From 1e7c398c15201ed6b8ed08cbb7c2540ee250b277 Mon Sep 17 00:00:00 2001 From: Alexey Girin Date: Wed, 29 May 2024 11:43:07 +0300 Subject: [PATCH] Bump request: Update playwright.yml (#4707) temporary rise execution time for microtests [skip ci] --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 79a3612d2d..4b3bc8d7e1 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -19,7 +19,7 @@ env: CI_ENVIRONMENT: true jobs: playwright_tests: - timeout-minutes: 60 + timeout-minutes: 150 runs-on: self-hosted steps: - uses: actions/checkout@v3