Skip to content

Commit e67455b

Browse files
committed
Revert "increase retries for MacOS"
This reverts commit c50fe78.
1 parent ebd0ac2 commit e67455b

2 files changed

Lines changed: 2 additions & 3 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-4'
148+
run: 'yarn run test:ci'
149149
env:
150150
SLOBS_BE_STREAMKEY: ${{secrets.testsStreamKey}}
151151
SLOBS_TEST_USER_POOL_TOKEN: ${{secrets.testsUserPoolToken}}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
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",
26-
"test:ci-4": "yarn run test --retries 4"
25+
"test:ci": "yarn run test --retries 2"
2726
},
2827
"devDependencies": {
2928
"@aws-sdk/client-s3": "^3.0.0",

0 commit comments

Comments
 (0)