Skip to content

Commit

Permalink
Increase timeout of multi-sage notebook test from 120 to 180 (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy authored and jperez999 committed Nov 16, 2022
1 parent 0a5496e commit b89614d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_func():
/ "Building-and-deploying-multi-stage-RecSys"
/ "02-Deploying-multi-stage-RecSys-with-Merlin-Systems.ipynb",
execute=False,
timeout=120,
timeout=180,
) as tb2:
tb2.inject(
"""
Expand Down

0 comments on commit b89614d

Please sign in to comment.