From 07f5b4021d10e761034ea4c477b21d1a4765aed1 Mon Sep 17 00:00:00 2001 From: "T.J Ariyawansa" Date: Thu, 9 Apr 2026 10:48:43 -0400 Subject: [PATCH] fix(ci): increase memory integration test timeout to 15 minutes The memory integration tests occasionally exceed the 10-minute timeout (e.g., 604s), causing CI failures despite all tests passing. Increase to 15 minutes to match the evaluation test group. --- .github/workflows/integration-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index 8d66db9..b3f499c 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -125,7 +125,7 @@ jobs: # TODO: expand to full tests_integ/memory once test stability is addressed - group: memory path: tests_integ/memory/test_controlplane.py tests_integ/memory/test_memory_client.py tests_integ/memory/integrations/test_session_manager.py - timeout: 10 + timeout: 15 extra-deps: "" ignore: "" - group: evaluation