Skip to content

Commit eb6e0a0

Browse files
committed
Increase timeout for diagnostics
1 parent 9d1c4a9 commit eb6e0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atest/01_Editor.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Editor Shows Features for Language
100100
Editor Should Show Diagnostics
101101
[Arguments] ${diagnostic}
102102
Set Tags feature:diagnostics
103-
Wait Until Page Contains Element css:.cm-lsp-diagnostic[title*="${diagnostic}"] timeout=20s
103+
Wait Until Page Contains Element css:.cm-lsp-diagnostic[title*="${diagnostic}"] timeout=25s
104104
Capture Page Screenshot 01-diagnostics.png
105105
Open Diagnostics Panel
106106
Capture Page Screenshot 02-diagnostics.png

0 commit comments

Comments
 (0)