Skip to content

Commit a4912dc

Browse files
committed
Add timeout to
cmd in test_langgraph_checkpointer.py Signed-off-by: Sergio Herrera <627709+seherv@users.noreply.github.com>
1 parent b074579 commit a4912dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/test_langgraph_checkpointer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def flush_redis():
6262
['docker', 'exec', 'dapr_redis', 'redis-cli', 'FLUSHDB'],
6363
capture_output=True,
6464
check=True,
65+
timeout=10,
6566
)
6667

6768

0 commit comments

Comments
 (0)