test(gw): fix gw integration test (#2835)

* test(gw): fix gw integration test

* ci: increase timeout

* chore(gw): fix redundant import
This commit is contained in:
Jonathan Ho
2023-03-15 18:49:28 -05:00
committed by GitHub
parent a196e22d9b
commit e0427d98ba
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
key: ${{ runner.os }}-turbo-build-${{ github.sha }}
- name: Integration Test
run: yarn test:integration --cache-dir=".turbo" --filter=./packages/${{ inputs.package }}
timeout-minutes: 1
timeout-minutes: 3
- name: Collect and upload the coverage report
uses: codecov/codecov-action@v3
with: