-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
bugSomething isn't workingSomething isn't workingkclLanguage and compiler featuresLanguage and compiler features
Description
Describe the bug
The Zoo cli uses the kcl-lib to connect to server infrastructure. For very long tasks it can be relevant to allow a longer timeout than 60 seconds.
The 60s timeout is configured here:
while current_time.elapsed().as_secs() < 60 { |
Steps to Reproduce
- Do
zoo kcl snapshot
- Observe that after 60 seconds the timeout is hit.
Expected Behavior
Make the timeout configurable.
Screenshots and Recordings
No response
Desktop OS
Linux
Browser
No response
Version
any
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingkclLanguage and compiler featuresLanguage and compiler features