From f0056abd5d5b488004d0a148e99fa30ecd0efb1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 27 Sep 2023 23:29:42 +0200 Subject: [PATCH] [CI] Increased job timeout to 60 sec --- .github/workflows/browser-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/browser-tests.yaml b/.github/workflows/browser-tests.yaml index b97da6e2..1afbc2e4 100644 --- a/.github/workflows/browser-tests.yaml +++ b/.github/workflows/browser-tests.yaml @@ -16,7 +16,7 @@ jobs: test-suite: '--profile=browser --suite=admin-ui-full' test-setup-phase-1: '--profile=regression --suite=setup-oss --mode=standard' multirepository: true - timeout: 40 + timeout: 60 php-image: "ezsystems/php:8.1-v2-node16" secrets: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}