Skip to content

Commit 1e16018

Browse files
committed
Increase parallel jobs for stateless tests
1 parent fa2659a commit 1e16018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/test/stateless/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ function run_tests()
224224
else
225225
# All other configurations are OK.
226226
ADDITIONAL_OPTIONS+=('--jobs')
227-
ADDITIONAL_OPTIONS+=('7')
227+
ADDITIONAL_OPTIONS+=('8')
228228
fi
229229

230230
if [[ -n "$RUN_BY_HASH_NUM" ]] && [[ -n "$RUN_BY_HASH_TOTAL" ]]; then

0 commit comments

Comments
 (0)