From 8420d46eaf33f2aee35f056bc060445c2be79cda Mon Sep 17 00:00:00 2001 From: Valeriy Svydenko Date: Mon, 16 Dec 2024 17:26:03 +0200 Subject: [PATCH] increase timeout for smoke test Signed-off-by: Valeriy Svydenko --- .github/workflows/smoke-test-pr-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test-pr-check.yaml b/.github/workflows/smoke-test-pr-check.yaml index b6d3744f2..075b340e4 100644 --- a/.github/workflows/smoke-test-pr-check.yaml +++ b/.github/workflows/smoke-test-pr-check.yaml @@ -88,7 +88,7 @@ jobs: -e TS_SELENIUM_PASSWORD=admin \ -e TS_SELENIUM_BASE_URL=https://$(kubectl get ingress che -n eclipse-che -o jsonpath='{.spec.rules[0].host}') \ -e DELETE_WORKSPACE_ON_FAILED_TEST=true \ - -e TS_SELENIUM_START_WORKSPACE_TIMEOUT=200000 \ + -e TS_SELENIUM_START_WORKSPACE_TIMEOUT=350000 \ -e NODE_TLS_REJECT_UNAUTHORIZED=0 \ -e VIDEO_RECORDING=true \ -e TS_SELENIUM_LOG_LEVEL=TRACE \