increasing time for PlotJuggler CI

old-commit-hash: 05e53fb047
This commit is contained in:
iejMac
2021-03-23 21:33:31 -07:00
committed by GitHub
parent e86ba9dc64
commit 27e0bba16f

View File

@@ -27,7 +27,7 @@ class TestPlotJuggler(unittest.TestCase):
# Wait max 60 seconds for the "Done reading Rlog data" signal from the plugin
output = "\n"
with Timeout(60, error_msg=output):
with Timeout(120, error_msg=output):
while output.splitlines()[-1] != "Done reading Rlog data":
output += p.stderr.readline().decode("utf-8")