Skip to content

Commit

Permalink
ci: increase ci timeout (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Dec 4, 2023
1 parent f63b538 commit 50213bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecosystem-ci-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
return comment.id
execute-selected-suite:
timeout-minutes: 30
timeout-minutes: 60
runs-on: ubuntu-latest
needs: init
if: "inputs.suite != '-'"
Expand All @@ -89,7 +89,7 @@ jobs:
${{ inputs.suite }}
execute-all:
timeout-minutes: 30
timeout-minutes: 60
runs-on: ubuntu-latest
needs: init
if: "inputs.suite == '-'"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci-selected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:
- vitest-coverage-large
jobs:
execute-selected-suite:
timeout-minutes: 30
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
types: [ecosystem-ci]
jobs:
test-ecosystem:
timeout-minutes: 30
timeout-minutes: 60
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 50213bf

Please sign in to comment.