Skip to content

Commit 335b0f9

Browse files
committed
ci: add slow timeout
1 parent 5f19646 commit 335b0f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.config/nextest.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ threads-required = 'num-test-threads' # Global mutex
1212
filter = 'package(graph-tests)'
1313
priority = -1
1414
threads-required = 'num-test-threads' # Global mutex
15+
slow-timeout = { period = "5m", terminate-after = 4 }

0 commit comments

Comments
 (0)