Skip to content

Commit 34527bf

Browse files
committed
nextest: Add 60s timeout for test_run_ephemeral_with_instancetype
Signed-off-by: gursewak1997 <gursmangat@gmail.com>
1 parent be88173 commit 34527bf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.config/nextest.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ store-failure-output = true
3939
[[profile.integration.overrides]]
4040
filter = 'test(~^libvirt_run) | test(~^to_disk)'
4141
threads-required = 4
42+
43+
# Timeout for test_run_ephemeral_with_instancetype which hangs in CI due to
44+
# GitHub Actions environment changes (passes locally, last passed in CI on Feb 5)
45+
[[profile.integration.overrides]]
46+
filter = 'test(=test_run_ephemeral_with_instancetype)'
47+
slow-timeout = { period = "60s", terminate-after = 1 }

0 commit comments

Comments
 (0)