Skip to content

Commit

Permalink
Use explicit sleep for kernel restart
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 24, 2024
1 parent f413be8 commit e8de5d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion atest/_resources/Keywords.resource
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,8 @@ Restart Kernel
Lab Command Restart Kernel…
Wait For Dialog
Accept Default Dialog Option
Wait Until Page Contains Element css:.jp-Notebook-ExecutionIndicator[data-status="restarting"]
Sleep 3s To ensure restart started
# Once restart completed the kernel status will be idle again:
Wait Until Page Contains Element css:.jp-Notebook-ExecutionIndicator[data-status="idle"]

Expand Menu Entry
Expand Down

0 comments on commit e8de5d1

Please sign in to comment.