Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz committed Nov 10, 2024
1 parent 5363fc3 commit f6d7dcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[profile.default]
slow-timeout = { period = "10s", terminate-after = 6 }

[[profile.default.overrides]]
filter = 'test(communication_stdio_remote)'
slow-timeout = { period = "30s", terminate-after = 6 }

0 comments on commit f6d7dcf

Please sign in to comment.