Skip to content

Commit

Permalink
adjust timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerKSI committed Sep 1, 2023
1 parent 7140259 commit 9dd262e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
test-sim-import-export:
runs-on: ubuntu-latest
needs: [build]
timeout-minutes: 30
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand All @@ -43,7 +43,7 @@ jobs:
test-sim-after-import:
runs-on: ubuntu-latest
needs: [build]
timeout-minutes: 30
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand All @@ -61,7 +61,7 @@ jobs:
test-sim-multi-seed-short:
runs-on: ubuntu-latest
needs: [build]
timeout-minutes: 30
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand All @@ -79,7 +79,7 @@ jobs:
test-sim-deterministic:
runs-on: ubuntu-latest
needs: [build]
timeout-minutes: 30
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 9dd262e

Please sign in to comment.