Skip to content

Commit f8bb870

Browse files
authored
Merge pull request #59 from scaleapi/sasha/fix_timeouts
higher timeout based on timeout settings on server-side
2 parents 8477ac4 + 44ad5b7 commit f8bb870

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 = 120
33
ITEMS_KEY = "items"
44
ITEM_KEY = "item"
55
REFERENCE_ID_KEY = "reference_id"

0 commit comments

Comments
 (0)