We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b074579 commit a4912dcCopy full SHA for a4912dc
1 file changed
tests/integration/test_langgraph_checkpointer.py
@@ -62,6 +62,7 @@ def flush_redis():
62
['docker', 'exec', 'dapr_redis', 'redis-cli', 'FLUSHDB'],
63
capture_output=True,
64
check=True,
65
+ timeout=10,
66
)
67
68
0 commit comments