Skip to content

Commit 02ab7dc

Browse files
authored
Merge pull request #37 from lugi0/master
custom timeout for jupyterlab splash screen
2 parents 275d33c + d88582e commit 02ab7dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/JupyterLibrary/clients/jupyterlab/Shell.robot

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ Open JupyterLab
2222
Tag With JupyterLab Metadata ${pageinfo tags} clear=${clear}
2323

2424
Wait for JupyterLab Splash Screen
25+
[Arguments] ${timeout}=10s
2526
[Documentation] Wait for the JupyterLab splash animation
26-
Wait Until Page Contains Element css:#${JLAB ID SPLASH} timeout=10s
27-
Wait Until Page Does Not Contain Element css:#${JLAB ID SPLASH} timeout=10s
27+
Wait Until Page Contains Element css:#${JLAB ID SPLASH} timeout=${timeout}
28+
Wait Until Page Does Not Contain Element css:#${JLAB ID SPLASH} timeout=${timeout}
2829
Sleep 2s
2930

3031
Click JupyterLab Menu

0 commit comments

Comments
 (0)