Skip to content

Commit 9003519

Browse files
authored
fix: add timeout to test_sdk_client.py test (#4262)
1 parent 6f015c4 commit 9003519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sdk_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def client() -> LettaSDKClient:
4848
thread.start()
4949
time.sleep(5)
5050
print("Running client tests with server:", server_url)
51-
client = LettaSDKClient(base_url=server_url, token=None)
51+
client = LettaSDKClient(base_url=server_url, token=None, timeout=300.0)
5252
yield client
5353

5454

0 commit comments

Comments
 (0)