Sleep much longer

This commit is contained in:
Nicolas Jeannerod 2024-11-27 11:47:14 +01:00
parent 8e001c5dc6
commit 51e6bc7ca6
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -92,7 +92,7 @@ let
# FIXME: Sometimes, it takes some time for the picture to show on the # FIXME: Sometimes, it takes some time for the picture to show on the
# screenshot, even after it has completed loaded. Not sure what a # screenshot, even after it has completed loaded. Not sure what a
# better test would be. # better test would be.
time.sleep(5) time.sleep(60)
${seleniumTakeScreenshot "\"/home/selenium/screenshot.png\""} ${seleniumTakeScreenshot "\"/home/selenium/screenshot.png\""}
${seleniumQuit}''; ${seleniumQuit}'';