From d97e15dcaf0f90035670a2cd8305c2b977c9eef3 Mon Sep 17 00:00:00 2001 From: Agus Zubiaga Date: Thu, 7 Aug 2025 12:24:03 -0300 Subject: [PATCH] Raise timeout --- .github/workflows/agent_servers_e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent_servers_e2e.yml b/.github/workflows/agent_servers_e2e.yml index 131cdf553e..88f2434fd4 100644 --- a/.github/workflows/agent_servers_e2e.yml +++ b/.github/workflows/agent_servers_e2e.yml @@ -33,7 +33,7 @@ jobs: e2e-tests: name: Run Agent Servers E2E Tests if: github.repository_owner == 'zed-industries' - timeout-minutes: 10 + timeout-minutes: 20 runs-on: - ubuntu-latest