Skip to content

Commit c50fe78

Browse files
committed
increase retries for MacOS
1 parent d2668a6 commit c50fe78

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
# https://docs.github.com/en/actions/reference/workflows-and-actions/contexts#steps-context
146146
id: run_tests
147147
timeout-minutes: 45
148-
run: 'yarn run test:ci'
148+
run: 'yarn run test:ci-4'
149149
env:
150150
SLOBS_BE_STREAMKEY: ${{secrets.testsStreamKey}}
151151
SLOBS_TEST_USER_POOL_TOKEN: ${{secrets.testsUserPoolToken}}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"local:build": "cmake --build build --target install --config Debug",
2323
"local:clean": "rm -rf build/*",
2424
"test": "electron-mocha -t 80000 --js-flags=\"--expose-gc\" --color -r ts-node/register tests/osn-tests/src/**/*.ts --reporter tests/osn-tests/util/list-reporter.js",
25-
"test:ci": "yarn run test --retries 2"
25+
"test:ci": "yarn run test --retries 2",
26+
"test:ci-4": "yarn run test --retries 4"
2627
},
2728
"devDependencies": {
2829
"@aws-sdk/client-s3": "^3.0.0",

0 commit comments

Comments
 (0)