From 51e6bc7ca6f2ee8297b1875d63ce9ab07a2f7ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Wed, 27 Nov 2024 11:47:14 +0100 Subject: [PATCH] Sleep much longer --- services/tests/pixelfed-garage.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/tests/pixelfed-garage.nix b/services/tests/pixelfed-garage.nix index 16bfce7..33b8d6a 100644 --- a/services/tests/pixelfed-garage.nix +++ b/services/tests/pixelfed-garage.nix @@ -92,7 +92,7 @@ let # FIXME: Sometimes, it takes some time for the picture to show on the # screenshot, even after it has completed loaded. Not sure what a # better test would be. - time.sleep(5) + time.sleep(60) ${seleniumTakeScreenshot "\"/home/selenium/screenshot.png\""} ${seleniumQuit}'';