Skip to content

Commit

Permalink
fix: increase timeout for heavy integration test (#6258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Nov 8, 2023
1 parent 1a91bbb commit 6447f96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ slow-timeout = { period = "5m", terminate-after = 4 }

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

0 comments on commit 6447f96

Please sign in to comment.