Skip to content

Commit 10148ad

Browse files
committed
higher timeout based on timeout setting son server-side
1 parent 8477ac4 commit 10148ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NUCLEUS_ENDPOINT = "https://api.scale.com/v1/nucleus"
2-
DEFAULT_NETWORK_TIMEOUT_SEC = 60
2+
DEFAULT_NETWORK_TIMEOUT_SEC = 100
33
ITEMS_KEY = "items"
44
ITEM_KEY = "item"
55
REFERENCE_ID_KEY = "reference_id"

0 commit comments

Comments
 (0)