From 2c7a2262f0b6d523afded331078e1cd5d06a6d0e Mon Sep 17 00:00:00 2001 From: Vaadin Bot Date: Mon, 26 Jun 2023 11:38:23 +0200 Subject: [PATCH] test: increase visual test workflow timeout (#6054) (#6056) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sascha Ißbrücker --- .github/workflows/visual-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/visual-tests.yml b/.github/workflows/visual-tests.yml index 7d985cdce97..10875372482 100644 --- a/.github/workflows/visual-tests.yml +++ b/.github/workflows/visual-tests.yml @@ -31,7 +31,7 @@ jobs: SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }} SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }} with: - timeout_minutes: 5 + timeout_minutes: 20 retry_wait_seconds: 60 max_attempts: 3 command: yarn test:lumo @@ -68,7 +68,7 @@ jobs: SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }} SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }} with: - timeout_minutes: 5 + timeout_minutes: 20 retry_wait_seconds: 60 max_attempts: 3 command: yarn test:material