Skip to content

Commit 714af7f

Browse files
committed
Increase E2E test suite timeout
1 parent 5e4ad91 commit 714af7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
if: github.repository == 'glpi-project/glpi' || github.event_name != 'schedule'
225225
name: "E2E and web tests using latest PHP and MariaDB versions"
226226
runs-on: "ubuntu-latest"
227-
timeout-minutes: 60
227+
timeout-minutes: 90
228228
env:
229229
COMPOSE_FILE: ".github/actions/docker-compose-app.yml:.github/actions/docker-compose-services.yml"
230230
APPLICATION_ROOT: "${{ github.workspace }}"

0 commit comments

Comments
 (0)