From dd0e60b71d392d8c63841896f0fa6ffa6db77c4f Mon Sep 17 00:00:00 2001 From: Derek Date: Mon, 1 Jan 2024 17:18:23 -0500 Subject: [PATCH] fix: tests time out --- .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 9a903a9efc..e09a532a8a 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