From 05e53fb047562e2fa1d5e405b9336faadad4690d Mon Sep 17 00:00:00 2001 From: iejMac <61431446+iejMac@users.noreply.github.com> Date: Tue, 23 Mar 2021 21:33:31 -0700 Subject: [PATCH] increasing time for PlotJuggler CI --- tools/plotjuggler/test_plotjuggler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plotjuggler/test_plotjuggler.py b/tools/plotjuggler/test_plotjuggler.py index f0f280696a..3e695c1990 100755 --- a/tools/plotjuggler/test_plotjuggler.py +++ b/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")