Skip to content

Commit dbb860d

Browse files
authored
Increase timeout for a unit test (#70)
1 parent 3a85cc9 commit dbb860d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/python-sdk/context/filesystem_context/test_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def main():
2727
[sys.executable, "-m", "filesystem_context"],
2828
capture_output=True,
2929
text=True,
30-
timeout=120, # 2 minutes should be plenty
30+
timeout=300, # 5 minutes - multiple LLM API calls via search_and_ask
3131
cwd=str(context_dir),
3232
)
3333

0 commit comments

Comments
 (0)