increasing time for PlotJuggler CI

pull/20457/head
iejMac 2021-03-23 21:33:31 -07:00 committed by GitHub
parent 48178c341e
commit 05e53fb047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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