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:
Maxim Cournoyer 2023-07-19 10:28:35 -04:00
parent 1edbadc6b4
commit 1d837aaa32
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 1 deletions

View File

@ -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))