Skip to content

Commit

Permalink
Double timeout for tests in ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
Xazin committed Dec 10, 2022
1 parent 3cdcd5d commit 3f358ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
jobs:
analyze:
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10
steps:
- name: Fetch code from repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
test:
needs: [analyze]
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10
steps:
- name: Fetch code from repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 3f358ba

Please sign in to comment.