Skip to content

Commit d0fadaf

Browse files
committed
Attempt to increase timeout for chktex
1 parent 0138f1f commit d0fadaf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

atest/07_Configuration.robot

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@ Settings Should Change Editor Diagnostics
7676
Capture Page Screenshot 03-settings-changed.png
7777
IF ${needs reload}
7878
Reload After Configuration ${language} ${file}
79+
# allow longer after reload
80+
Wait Until Page Contains Element ${after diagnostic} timeout=60s
81+
ELSE
82+
Wait Until Page Contains Element ${after diagnostic} timeout=30s
7983
END
80-
Wait Until Page Contains Element ${after diagnostic} timeout=30s
8184
Capture Page Screenshot 04-configured-diagnostic-found.png
8285
[Teardown] Clean Up After Working with File and Settings ${file}
8386

0 commit comments

Comments
 (0)