Skip to content

Commit

Permalink
add timeout for e2e ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Jan 28, 2025
1 parent 51387d7 commit 476d1a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ jobs:
# Do not run scheduled tests on tier repositories
if: github.repository == 'glpi-project/glpi' || github.event_name != 'schedule'
name: "E2E and web tests using latest PHP and MariaDB versions"
runs-on: "ubuntu-latest"
runs-on: "ubuntu-latest",
timeout-minutes: 60,
env:
COMPOSE_FILE: ".github/actions/docker-compose-app.yml:.github/actions/docker-compose-services.yml"
APPLICATION_ROOT: "${{ github.workspace }}"
Expand Down

0 comments on commit 476d1a4

Please sign in to comment.