Skip to content

Commit d197394

Browse files
committed
test: increase timeout on benchmarks
With having more benchmarks, we started hitting the 600s pytest timeout: https://buildkite.com/firecracker/firecracker-pr-optional/builds/9105. Increase it to 900s. Signed-off-by: Patrick Roy <[email protected]>
1 parent 9aa54c5 commit d197394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/performance/test_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
@pytest.mark.no_block_pr
20-
@pytest.mark.timeout(600)
20+
@pytest.mark.timeout(900)
2121
def test_no_regression_relative_to_target_branch():
2222
"""
2323
Run the microbenchmarks in this repository, comparing results from pull

0 commit comments

Comments
 (0)