Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya committed Aug 4, 2023
1 parent 14fb734 commit 9e0eebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
simple-tests:
runs-on: [self-hosted, linux, normal]
name: 'Simple Tests'
timeout-minutes: 30
timeout-minutes: 40
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
runs-on: [self-hosted, linux, normal]
name: 'Custom Contract Tests'
needs: [feature-tests]
timeout-minutes: 30
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 9e0eebd

Please sign in to comment.