Skip to content

Commit

Permalink
fix: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Sep 21, 2023
1 parent 9ee5648 commit 82e34b2
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=30)
process.expect("Start processing messages", timeout=60)
process.expect("Profiling details", timeout=10)
process.control_c()
process.wait_to_complete(10)
Expand Down

0 comments on commit 82e34b2

Please sign in to comment.