Skip to content

Commit 64c0e44

Browse files
committed
Try increasing config test timeouts (REVERT BACK IF PIPELINE STILL FAILS)
1 parent 7a7a187 commit 64c0e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

atest/05_Features/Configuration.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Pyls Configuration
2222
Open in Advanced Settings ${LSP PLUGIN ID}
2323
Drag and Drop By Offset ${JLAB XP DOCK TAB}\[contains(., '${file}')] 0 100
2424
Capture Page Screenshot 01-file-and-settings.png
25-
Wait Until Page Contains Element ${PYFLAKES DIAGNOSTIC} timeout=20s
25+
Wait Until Page Contains Element ${PYFLAKES DIAGNOSTIC} timeout=60s
2626
Page Should Not Contain ${FLAKE8 DIAGNOSTIC}
2727
Set Editor Content ${CONFIG PYLS} ${CSS USER SETTINGS}
2828
Click Element css:button[title\='Save User Settings']
2929
Capture Page Screenshot 02-settings-changed.png
30-
Wait Until Page Contains Element ${FLAKE8 DIAGNOSTIC} timeout=20s
30+
Wait Until Page Contains Element ${FLAKE8 DIAGNOSTIC} timeout=60s
3131
Capture Page Screenshot 03-schema-diagnostic-found.png
3232
[Teardown] Clean Up After Working with File and Settings ${file}
3333

0 commit comments

Comments
 (0)