Skip to content

Commit c3e64f8

Browse files
committed
reduce jasmine2 limit from 20 to 5
1 parent 54586b8 commit c3e64f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/test.sh

Lines changed: 1 addition & 1 deletion
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)