Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98e1ff0

Browse files
committed
put @gl tests in retry loop
- to try to avoid those: `ERROR: Disconnected, because no message in 30000 ms` breakage.
1 parent 6e4f150 commit 98e1ff0

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
@@ -33,7 +33,7 @@ case $1 in
3333
;;
3434

3535
jasmine2)
36-
npm run test-jasmine -- --tags=gl --skip-tags=noCI,flaky || EXIT_STATE=$?
36+
retry npm run test-jasmine -- --tags=gl --skip-tags=noCI,flaky
3737
retry npm run test-jasmine -- --tags=flaky --skip-tags=noCI
3838
npm run test-bundle || EXIT_STATE=$?
3939
exit $EXIT_STATE

0 commit comments

Comments
 (0)