Skip to content

Commit 3dd92a0

Browse files
authored
Increase timeout duration from 180 to 300 seconds
1 parent a44b6fc commit 3dd92a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crossbar_llm/backend/tools/langchain_llm_qa_trial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def _get_schema_context_for_logging(self) -> Dict[str, Any]:
388388
"node_properties_sample": self.schema.get("node_properties", [])[:3]
389389
}
390390

391-
@timeout(180)
391+
@timeout(300)
392392
@validate_call
393393
def run_cypher_chain(
394394
self,

0 commit comments

Comments
 (0)