From 311c48e1ad4047922aebc6afe4fd02a644ca0441 Mon Sep 17 00:00:00 2001 From: Derek Date: Tue, 2 Jan 2024 06:58:42 -0500 Subject: [PATCH] chore(ui-test): extend more time for tests --- .github/workflows/ui_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index bdc50085ed..933a904237 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -23,7 +23,7 @@ jobs: ui_tests: name: 'Playwright Tests' runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 15 steps: - name: checkout uses: actions/checkout@v3