Skip to content

Commit 180a7c5

Browse files
authored
fix(ci): increase memory integration test timeout to 15 minutes (#401)
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.
1 parent 5759f54 commit 180a7c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
# TODO: expand to full tests_integ/memory once test stability is addressed
126126
- group: memory
127127
path: tests_integ/memory/test_controlplane.py tests_integ/memory/test_memory_client.py tests_integ/memory/integrations/test_session_manager.py
128-
timeout: 10
128+
timeout: 15
129129
extra-deps: ""
130130
ignore: ""
131131
- group: evaluation

0 commit comments

Comments
 (0)