Skip to content

Commit e156843

Browse files
add sleep to kfto sdk test nb
Signed-off-by: Kevin <[email protected]>
1 parent 995f993 commit e156843

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/kfto/resources/mnist_kfto.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,16 @@
7373
"while not tc.is_job_succeeded(name=\"pytorch-ddp\", namespace=namespace): \n",
7474
" time.sleep(1)"
7575
]
76+
},
77+
{
78+
"cell_type": "code",
79+
"execution_count": null,
80+
"id": "b756ad3e",
81+
"metadata": {},
82+
"outputs": [],
83+
"source": [
84+
"time.sleep(10)"
85+
]
7686
}
7787
],
7888
"metadata": {

0 commit comments

Comments
 (0)