From 771a3b858c7289e50fb07aaf97830285516fb9da Mon Sep 17 00:00:00 2001 From: Rich Hankins Date: Wed, 14 Jan 2026 03:27:40 +0000 Subject: [PATCH] Increase timeout for a unit test --- examples/python-sdk/context/filesystem_context/test_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python-sdk/context/filesystem_context/test_example.py b/examples/python-sdk/context/filesystem_context/test_example.py index f345f5a..40ef95e 100644 --- a/examples/python-sdk/context/filesystem_context/test_example.py +++ b/examples/python-sdk/context/filesystem_context/test_example.py @@ -27,7 +27,7 @@ def main(): [sys.executable, "-m", "filesystem_context"], capture_output=True, text=True, - timeout=120, # 2 minutes should be plenty + timeout=300, # 5 minutes - multiple LLM API calls via search_and_ask cwd=str(context_dir), )