mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 21:12:07 +08:00
rawgpsd: adjust startup time threshold
old-commit-hash: 689ff7e06056c3bc679ebbb1e5700bdce9b9d796
This commit is contained in:
@@ -47,7 +47,7 @@ class TestRawgpsd(unittest.TestCase):
|
||||
assert self._wait_for_output(), "rawgpsd didn't start outputting messages in time"
|
||||
|
||||
et = time.monotonic() - start_time
|
||||
assert et < 5, f"rawgpsd took {et:.1f}s to start"
|
||||
assert et < 7, f"rawgpsd took {et:.1f}s to start"
|
||||
managed_processes['rawgpsd'].stop()
|
||||
|
||||
def test_turns_off_gnss(self):
|
||||
|
||||
Reference in New Issue
Block a user