tests: lightdm: Bump timeout waiting for screen text to 60 seconds.
This is to avoid non-deterministic failures on slower machines. * gnu/tests/lightdm.scm (run-lightdm-test) <wait-for-screen-text>: Bump timeout to 60 s (from the default 30 s).
parent
1edbadc6b4
commit
1d837aaa32
|
@ -137,7 +137,8 @@
|
|||
(wait-for-screen-text marionette
|
||||
(cut string-contains <> "Log In")
|
||||
#:ocr #$(file-append tesseract-ocr
|
||||
"/bin/tesseract")))
|
||||
"/bin/tesseract")
|
||||
#:timeout 60)) ;for slow systems
|
||||
|
||||
(test-assert "can connect to TCP port 5900 on IPv4"
|
||||
(wait-for-tcp-port 5900 marionette))
|
||||
|
|
Reference in New Issue