Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/workbenches/notebook-controller/test_spawning.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class TestNotebook:
"namespace": "test-odh-notebook",
"name": "test-odh-notebook",
},
{"timeout": Timeout.TIMEOUT_5MIN},
{"timeout": Timeout.TIMEOUT_2MIN},
Comment thread
dbasunag marked this conversation as resolved.
Comment thread
dbasunag marked this conversation as resolved.
)
],
indirect=True,
Expand Down Expand Up @@ -59,7 +59,7 @@ def test_create_simple_notebook(
"notebooks.opendatahub.io/auth-sidecar-memory-limit": "256Mi",
},
},
{"timeout": Timeout.TIMEOUT_5MIN},
{"timeout": Timeout.TIMEOUT_2MIN},
)
],
indirect=True,
Expand Down