Browse Source

Relax jest test timeout (#30501)

Chad Whitacre 3 years ago
parent
commit
8d5dcfe955
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/acceptance.yml

+ 1 - 1
.github/workflows/acceptance.yml

@@ -62,7 +62,7 @@ jobs:
           CI_NODE_TOTAL: 2
           CI_NODE_INDEX: ${{ matrix.instance }}
         run: |
-          JEST_TESTS=$(yarn -s jest --listTests --json) yarn test-ci --forceExit
+          JEST_TESTS=$(yarn -s jest --listTests --json) yarn test-ci --forceExit --testTimeout=10000
 
       - name: Save HTML artifacts
         uses: actions/upload-artifact@v2