Skip to content

Commit df61bd1

Browse files
committed
fix(test): increase timeout of kani tests
Some changes that we did in the VirtIO queue in this PR: firecracker-microvm#4726 pushed kani proofs close to the time limit we set in the CI. This commit just increases the timeout from 30 to 40 minutes. Signed-off-by: Babis Chalios <[email protected]>
1 parent 9e627a7 commit df61bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/test_kani.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
PLATFORM = platform.machine()
1515

1616

17-
@pytest.mark.timeout(1800)
17+
@pytest.mark.timeout(2400)
1818
@pytest.mark.skipif(PLATFORM != "x86_64", reason="Kani proofs run only on x86_64.")
1919
@pytest.mark.skipif(
2020
os.environ.get("BUILDKITE") != "true",

0 commit comments

Comments
 (0)