Skip to content

Commit

Permalink
e2e tests: Fix finishing condition in ODH e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar authored and openshift-merge-bot[bot] committed Mar 11, 2024
1 parent bb24607 commit 7419586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/odh/resources/mnist_mcad_mini.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"while not finished:\n",
" sleep(1)\n",
" try:\n",
" finished = (\"Epoch 4: 100%\" in job.logs())\n",
" finished = (\"Epoch 2: 100%\" in job.logs())\n",
" except:\n",
" finished = False"
]
Expand Down

0 comments on commit 7419586

Please sign in to comment.