Skip to content

Commit b564636

Browse files
committed
Set an upper bound of 180s for the runtime tests to complete
This will help us debug hanging local cluster tests because it will force the printing of stderr/logs of the node processes.
1 parent ce72e47 commit b564636

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.config/nextest.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[profile.default]
2+
slow-timeout = { period = "60s", terminate-after = 3 }

0 commit comments

Comments
 (0)