Skip to content

Commit 8dbfbfd

Browse files
zulinx86roypat
authored andcommitted
chore(ci): double pytest timeout duration temporarily
Currently our A/B testing builds Firecracker for each test and each environment while running tests. As the Firecracker build time increases, some tests timeout the current duration (300s). To mitigate this issue temporarily, sets it to 600s. It should be set it back to the original value after fixing the issue in PR #4624. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent a0cf9ab commit 8dbfbfd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/pytest.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ markers =
1515
norecursedirs = .*
1616

1717
; Default timeout for tests. can be overwritten at finer grained levels.
18-
timeout = 300
18+
; TODO: reduce the number of times to build Firecracker in A/B test and set it
19+
; back to 300 seconds.
20+
timeout = 600
1921

2022
; Set the cache dir location to our build dir, so we don't litter the source
2123
; tree.

0 commit comments

Comments
 (0)