Skip to content

Commit dacc737

Browse files
committed
test
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent ebba68e commit dacc737

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nemo_run/core/execution/dgxcloud.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ def fetch_logs(
376376
if stream:
377377
url += "&follow=true"
378378

379+
time.sleep(60)
380+
379381
with requests.get(
380382
url, headers=self._default_headers(token=token), verify=False, stream=stream
381383
) as response:

0 commit comments

Comments
 (0)