bump watchdog pings from 20ms to 50ms

Signed-off-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Change-Id: Ib1add9a1e392e96ad9f92feffd518b92aeb6a81c
This commit is contained in:
Caolán McNamara 2024-04-30 10:20:20 +01:00 committed by Michael Meeks
parent 1f66dcf831
commit 038e278b03

View file

@ -104,7 +104,7 @@ public:
}
}
}
_condition.wait_for(guard, std::chrono::milliseconds(20));
_condition.wait_for(guard, std::chrono::milliseconds(50));
}
}