File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments