Skip to content

Commit 33dd9c5

Browse files
Increase timeout of multi-sage notebook test from 120 to 180 (#729)
1 parent 6e2db64 commit 33dd9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/examples/test_building_deploying_multi_stage_RecSys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_func():
4343
/ "Building-and-deploying-multi-stage-RecSys"
4444
/ "02-Deploying-multi-stage-RecSys-with-Merlin-Systems.ipynb",
4545
execute=False,
46-
timeout=120,
46+
timeout=180,
4747
) as tb2:
4848
tb2.inject(
4949
"""

0 commit comments

Comments
 (0)