Skip to content

Commit e8de5d1

Browse files
committed
Use explicit sleep for kernel restart
1 parent f413be8 commit e8de5d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

atest/_resources/Keywords.resource

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,8 @@ Restart Kernel
500500
Lab Command Restart Kernel…
501501
Wait For Dialog
502502
Accept Default Dialog Option
503-
Wait Until Page Contains Element css:.jp-Notebook-ExecutionIndicator[data-status="restarting"]
503+
Sleep 3s To ensure restart started
504+
# Once restart completed the kernel status will be idle again:
504505
Wait Until Page Contains Element css:.jp-Notebook-ExecutionIndicator[data-status="idle"]
505506

506507
Expand Menu Entry

0 commit comments

Comments
 (0)