Skip to content

Commit

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

[[profile.default.override]]
filter = 'test(/^communication/)'
platform = 'aarch64-apple-darwin'
slow-timeout = { period = "10s", terminate-after = 18 }

0 comments on commit 17fa73b

Please sign in to comment.