From 27e0bba16f2db42bf1e11111d9e4dbde831a0bd9 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 old-commit-hash: 05e53fb047562e2fa1d5e405b9336faadad4690d --- 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 f0f280696..3e695c199 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")