Skip to content

Commit

Permalink
increased timeout variable to 120 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ina committed Aug 2, 2022
1 parent bc7302a commit 6dd2194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class DDSEndpoint:
# Find user
USER_FIND = BASE_ENDPOINT + "/user/find"

TIMEOUT = 30
TIMEOUT = 120


class FileSegment:
Expand Down

0 comments on commit 6dd2194

Please sign in to comment.