mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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).
This commit is contained in:
parent
1edbadc6b4
commit
1d837aaa32
1 changed files with 2 additions and 1 deletions
|
@ -137,7 +137,8 @@ (define test
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue