Skip to content

Commit

Permalink
bump state tests timeout to 10m
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Feb 7, 2024
1 parent b68288c commit 2f01b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ slow-timeout = { period = "30s", terminate-after = 4 }

[[profile.default.overrides]]
filter = "test(general_state_tests)"
slow-timeout = { period = "1m", terminate-after = 4 }
slow-timeout = { period = "1m", terminate-after = 10 }

0 comments on commit 2f01b65

Please sign in to comment.