Skip to content

Commit 5c7c42a

Browse files
committed
bridge: Terminate slow tests after 60s if running with nextest
1 parent e93526b commit 5c7c42a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bridge/.config/nextest.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[profile.default]
2+
slow-timeout = { period = "30s", terminate-after = 2 }

0 commit comments

Comments
 (0)