From e32ee6a1a95e4f98265babe8d420afd4f620ae1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Velad=20Galv=C3=A1n?= Date: Wed, 11 Sep 2024 17:02:06 +0200 Subject: [PATCH] ci: Increase selenium timeout to avoid timeouts in Tizen (#7287) --- .github/workflows/selenium-lab-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selenium-lab-tests.yaml b/.github/workflows/selenium-lab-tests.yaml index 7fe631742d..12177481f4 100644 --- a/.github/workflows/selenium-lab-tests.yaml +++ b/.github/workflows/selenium-lab-tests.yaml @@ -280,7 +280,7 @@ jobs: # ALLOCATED_PORT must be defined by the self-hosted runner, and mapped # from the host to the container. - name: Test Player - timeout-minutes: 25 + timeout-minutes: 30 run: | # Use of an array keeps elements intact, and allows an element to # contain spaces without being expanded into multiple arguments in a