Skip to content

Commit

Permalink
Add timeout to CI (#3689)
Browse files Browse the repository at this point in the history
  • Loading branch information
yguedidi committed Apr 26, 2023
1 parent 931e6e2 commit 7e7b155
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
jobs:
end_to_end:
runs-on: ubuntu-latest
timeout-minutes: 3
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e_autoload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
jobs:
end_to_end:
runs-on: ubuntu-latest
timeout-minutes: 3
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e_with_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
jobs:
end_to_end:
runs-on: ubuntu-latest
timeout-minutes: 3
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/packages_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
jobs:
packages_tests:
runs-on: ubuntu-latest
timeout-minutes: 3

strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php_linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
jobs:
php_linter:
runs-on: ubuntu-latest
timeout-minutes: 3

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7e7b155

Please sign in to comment.