Skip to content

Commit 6447f96

Browse files
authored
fix: increase timeout for heavy integration test (foundry-rs#6258)
1 parent 1a91bbb commit 6447f96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.config/nextest.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ slow-timeout = { period = "5m", terminate-after = 4 }
88

99
[profile.heavy]
1010
retries = 1
11+
slow-timeout = { period = "120m", terminate-after = 1}

0 commit comments

Comments
 (0)