Skip to content

Commit

Permalink
feat: add timeout to e2e tests (FuelLabs#553)
Browse files Browse the repository at this point in the history
Co-authored-by: Luiz Gomes <[email protected]>
  • Loading branch information
2 people authored and raghukapur9 committed Sep 19, 2024
1 parent 3549fb0 commit 481a600
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
tests-e2e:
name: E2E Tests
runs-on: buildjet-4vcpu-ubuntu-2204
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -39,6 +40,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Start Test Node
timeout-minutes: 3
run: pnpm node:start

# E2E tests running with Playwright
Expand All @@ -60,6 +62,7 @@ jobs:
tests-e2e-soft:
name: E2E Tests Soft
runs-on: buildjet-4vcpu-ubuntu-2204
timeout-minutes: 7
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -83,6 +86,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Start Test Node
timeout-minutes: 3
run: pnpm node:start

# E2E tests running with Playwright
Expand Down

0 comments on commit 481a600

Please sign in to comment.