Skip to content

Commit c57d316

Browse files
committed
moved gl2d double-click into another file
reset timeout and reduced delays set gl retry to 3
1 parent 34158c1 commit c57d316

File tree

3 files changed

+640
-622
lines changed

3 files changed

+640
-622
lines changed

.circleci/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ case $1 in
4444
jasmine)
4545
set_tz
4646

47-
npm run test-jasmine -- --skip-tags=gl,noCI,flaky || EXIT_STATE=$?
47+
npm run test-jasmine -- --skip-tags=noCI,gl,flaky || EXIT_STATE=$?
4848
npm run test-bundle || EXIT_STATE=$?
4949

5050
exit $EXIT_STATE
@@ -54,7 +54,7 @@ case $1 in
5454
set_tz
5555

5656
SHARDS=($(node $ROOT/tasks/shard_jasmine_tests.js --tag=gl))
57-
MAX_AUTO_RETRY=2
57+
MAX_AUTO_RETRY=3
5858
for s in ${SHARDS[@]}; do
5959
retry npm run test-jasmine -- "${s}" --tags=gl --skip-tags=noCI
6060
done

0 commit comments

Comments
 (0)