Skip to content

Commit bd3a6eb

Browse files
committed
ci: test priorities
1 parent 7de1d72 commit bd3a6eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.config/nextest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ threads-required = 'num-test-threads' # Global mutex
55

66
[[profile.default.overrides]]
77
filter = 'package(test-store)'
8-
priority = -1
8+
priority = -2
99
threads-required = 'num-test-threads' # Global mutex
1010

1111
[[profile.default.overrides]]
1212
filter = 'package(graph-tests)'
13-
priority = -1
13+
priority = -3
1414
threads-required = 'num-test-threads' # Global mutex
1515
slow-timeout = { period = "300s", terminate-after = 4 }

0 commit comments

Comments
 (0)