From 102aaa80e252321964d3cefef60bd6af2daa3914 Mon Sep 17 00:00:00 2001 From: Valere Date: Thu, 13 Mar 2025 15:23:01 +0100 Subject: [PATCH] typo in playwright.yml timeout --- .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 381d8bef..cb87d9e5 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -5,7 +5,7 @@ on: branches: [livekit, full-mesh] jobs: test: - timeout-minutes: 5mn + timeout-minutes: 10 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4