diff --git a/tests/test_cli/test_run.py b/tests/test_cli/test_run.py index dc098d8f92..a7d5dfca4d 100644 --- a/tests/test_cli/test_run.py +++ b/tests/test_cli/test_run.py @@ -260,7 +260,7 @@ def test_run_with_profiling(): logfile=sys.stdout, ) - process.expect("Start processing messages", timeout=30) + process.expect("Start processing messages", timeout=60) process.expect("Profiling details", timeout=10) process.control_c() process.wait_to_complete(10)