From 730771beb33dcc26a5123b02f1defee90f42fb80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Wed, 9 Apr 2025 23:24:28 +0200 Subject: [PATCH] Try longer --- .github/workflows/deploy-preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yaml b/.github/workflows/deploy-preview.yaml index 1b26e1679..a1b6b3a5e 100644 --- a/.github/workflows/deploy-preview.yaml +++ b/.github/workflows/deploy-preview.yaml @@ -199,7 +199,7 @@ jobs: runs-on: ubuntu-latest name: Visual Testing v2 (Cloudflare) needs: deploy-v2-cloudflare - timeout-minutes: 10 + timeout-minutes: 15 if: startsWith(github.head_ref || github.ref_name, 'cloudflare/') steps: - name: Checkout