Skip to content

Commit b6a5298

Browse files
authored
Merge pull request #3756 from plotly/fix-jasmine2-fails
More stable jasmine2 test runs
2 parents 54586b8 + c3e64f8 commit b6a5298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ case $1 in
5353
jasmine2)
5454
set_tz
5555

56-
SHARDS=($(node $ROOT/tasks/shard_jasmine_tests.js --tag=gl | circleci tests split))
56+
SHARDS=($(node $ROOT/tasks/shard_jasmine_tests.js --limit=5 --tag=gl | circleci tests split))
5757
for s in ${SHARDS[@]}; do
5858
retry npm run test-jasmine -- "$s" --tags=gl --skip-tags=noCI --showSkipped
5959
done

0 commit comments

Comments
 (0)