Skip to content

Commit ff89510

Browse files
committed
Slightly increase test timeouts
1 parent 411f91b commit ff89510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

atest/05_Features/Hover.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Hover works in notebooks
2727
Hover can be triggered via modifier key once cursor stopped moving
2828
Enter Cell Editor 1
2929
${element} = Last Occurrence python_add
30-
Wait Until Keyword Succeeds 4x 0.1 s Trigger Via Modifier Key Press ${element}
30+
Wait Until Keyword Succeeds 5x 0.1 s Trigger Via Modifier Key Press ${element}
3131

3232
Hover works in foreign code (javascript)
3333
Enter Cell Editor 2
@@ -63,7 +63,7 @@ Trigger Via Modifier Key Press
6363
[Arguments] ${sel}
6464
# bring the cursor to the element
6565
Mouse Over ${sel}
66-
Wait Until Page Contains Element ${HOVER_SIGNAL}
66+
Wait Until Page Contains Element ${HOVER_SIGNAL} timeout=10s
6767
Mouse Over And Wiggle ${sel} 5
6868
Press Keys ${sel} CTRL
6969
Wait Until Keyword Succeeds 4x 0.1s Page Should Contain Element ${HOVER_BOX}

0 commit comments

Comments
 (0)