increasing time for PlotJuggler CI

pull/20457/head
iejMac 4 years ago committed by GitHub
parent 48178c341e
commit 05e53fb047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/plotjuggler/test_plotjuggler.py

@ -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")

Loading…
Cancel
Save