From 54399161f48971431cf4402131880f8b8d738cb8 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 29 Jul 2026 11:59:38 +0000 Subject: [PATCH] Increase canonical workshop test timeout --- other/update-workshops/canonical/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/other/update-workshops/canonical/deploy.yml b/other/update-workshops/canonical/deploy.yml index b36595c3..f04f5aaf 100644 --- a/other/update-workshops/canonical/deploy.yml +++ b/other/update-workshops/canonical/deploy.yml @@ -83,7 +83,8 @@ jobs: tests: name: 🧪 Test - timeout-minutes: 15 + # Browser installation plus solution-app tests can exceed the setup budget. + timeout-minutes: 30 runs-on: ubuntu-latest steps: - name: ⬇️ Checkout repo