fix(studio): remove 300s cap on load_checkpoint (inherits 3600s default) (#4922)
* fix: increase wait response timeout to 900 sec instead of 300 sec. #4845 * Apply suggestion from @gemini-code-assist[bot] good catch Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: Roland Tannous <115670425+rolandtannous@users.noreply.github.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
da78c6be71
commit
a31c82a640
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ class ExportOrchestrator:
|
|||
self._spawn_subprocess(sub_config)
|
||||
|
||||
try:
|
||||
resp = self._wait_response("loaded", timeout = 300)
|
||||
resp = self._wait_response("loaded")
|
||||
except RuntimeError as exc:
|
||||
self._shutdown_subprocess(timeout = 5)
|
||||
self.current_checkpoint = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue