File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ commands:
315
315
environment :
316
316
EMTEST_DETECT_TEMPFILE_LEAKS : " 0"
317
317
EMTEST_HEADLESS : " 1"
318
+ EMTEST_RETRY_FLAKY : " 3"
318
319
EMTEST_BROWSER : " /usr/bin/google-chrome"
319
320
EMTEST_CORES : " 2"
320
321
command : |
@@ -902,6 +903,7 @@ jobs:
902
903
executor : focal
903
904
environment :
904
905
EMTEST_LACKS_WEBGPU : " 1"
906
+ EMTEST_RETRY_FLAKY : " 3"
905
907
steps :
906
908
- checkout
907
909
- run :
@@ -930,6 +932,7 @@ jobs:
930
932
executor : focal
931
933
environment :
932
934
EMTEST_LACKS_WEBGPU : " 1"
935
+ EMTEST_RETRY_FLAKY : " 3"
933
936
steps :
934
937
- run-tests-chrome :
935
938
title : " browser64"
@@ -956,6 +959,7 @@ jobs:
956
959
executor : focal
957
960
environment :
958
961
EMTEST_LACKS_WEBGPU : " 1"
962
+ EMTEST_RETRY_FLAKY : " 3"
959
963
steps :
960
964
- run-tests-chrome :
961
965
title : " browser_2gb"
@@ -964,13 +968,16 @@ jobs:
964
968
executor : focal
965
969
environment :
966
970
EMTEST_LACKS_WEBGPU : " 1"
971
+ EMTEST_RETRY_FLAKY : " 3"
967
972
EMTEST_SKIP_NODE_CANARY : " 1"
968
973
steps :
969
974
- run-tests-chrome :
970
975
title : " browser64_4gb"
971
976
test_targets : " browser64_4gb"
972
977
test-browser-firefox :
973
978
executor : focal
979
+ environment :
980
+ EMTEST_RETRY_FLAKY : " 3"
974
981
steps :
975
982
- prepare-for-tests
976
983
- run-tests-firefox :
@@ -995,6 +1002,8 @@ jobs:
995
1002
"
996
1003
test-browser-firefox-wasm64 :
997
1004
executor : focal
1005
+ environment :
1006
+ EMTEST_RETRY_FLAKY : " 3"
998
1007
steps :
999
1008
- checkout
1000
1009
- run :
You can’t perform that action at this time.
0 commit comments