diff --git a/workspace_tools/test_api.py b/workspace_tools/test_api.py index e88c729e02..d52485286e 100644 --- a/workspace_tools/test_api.py +++ b/workspace_tools/test_api.py @@ -855,7 +855,7 @@ class SingleTestRunner(object): line = '' output = [] start_time = time() - while (time() - start_time) < (duration): + while (time() - start_time) < (2 * duration): c = get_char_from_queue(obs) if c: if verbose: