Skip to content

Commit

Permalink
fix: increase profiler test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Sep 21, 2023
1 parent 7115308 commit 9ee5648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def test_run_with_profiling():
logfile=sys.stdout,
)

process.expect("Start processing messages", timeout=10)
process.expect("Start processing messages", timeout=30)
process.expect("Profiling details", timeout=10)
process.control_c()
process.wait_to_complete(10)
Expand Down

0 comments on commit 9ee5648

Please sign in to comment.