Skip to content

Commit

Permalink
Increase timeout of scaling-criteo/03-Training-with-HugeCTR test (#769)
Browse files Browse the repository at this point in the history
from 180 to 360 seconds
oliverholworthy authored Dec 16, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 479e2fb commit 078971c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ def test_test_scaling_criteo_merlin_models_hugectr():
/ "scaling-criteo"
/ "03-Training-with-HugeCTR.ipynb",
execute=False,
timeout=180,
timeout=360,
) as tb2:
tb2.inject(
"""

0 comments on commit 078971c

Please sign in to comment.