Skip to content

Commit f85a385

Browse files
authoredJul 12, 2024··
ci: increase the limit of installs from 2 to a bigger number (#2346)
1 parent 7d5368c commit f85a385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/run-versioned-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ then
100100
fi
101101
export NR_LOADER=./esm-loader.mjs
102102

103-
time $C8 ./node_modules/.bin/versioned-tests $VERSIONED_MODE --print $OUTPUT_MODE -i 2 --all --strict --samples $SAMPLES $JOBS_ARGS ${directories[@]}
103+
time $C8 ./node_modules/.bin/versioned-tests $VERSIONED_MODE --print $OUTPUT_MODE -i 100 --all --strict --samples $SAMPLES $JOBS_ARGS ${directories[@]}

0 commit comments

Comments
 (0)
Please sign in to comment.