Skip to content

Commit fa70662

Browse files
committed
Maybe Windows is just slower?
1 parent ca8a1d6 commit fa70662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

atest/07_Configuration.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Pyls Configuration
2525
Drag and Drop By Offset ${JLAB XP DOCK TAB}\[contains(., 'Diagnostics Panel')] 600 -200
2626
Capture Page Screenshot 01-diagnostics-and-settings.png
2727
# Diagnostic panel should show pyflakes diagnostics, but no flake8
28-
Wait Until Page Contains Element ${PYFLAKES DIAGNOSTIC} timeout=20s
28+
Wait Until Page Contains Element ${PYFLAKES DIAGNOSTIC} timeout=60s
2929
Page Should Not Contain ${FLAKE8 DIAGNOSTIC}
3030
Set Editor Content ${CONFIG PYLS} ${CSS USER SETTINGS}
3131
Click Element css:button[title\='Save User Settings']
3232
Capture Page Screenshot 02-settings-changed.png
3333
# After updating settings, we should see flake8 but no pyflakes
34-
Wait Until Page Contains Element ${FLAKE8 DIAGNOSTIC} timeout=20s
34+
Wait Until Page Contains Element ${FLAKE8 DIAGNOSTIC} timeout=60s
3535
Page Should Not Contain ${PYFLAKES DIAGNOSTIC}
3636
Capture Page Screenshot 03-schema-diagnostic-found.png
3737
[Teardown] Clean Up After Working with File and Settings ${file}

0 commit comments

Comments
 (0)