From b2ea8027e4d43b652293448eeafe564b53ca2a94 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 28 May 2023 15:00:21 +0000 Subject: [PATCH] nixosTests.public-inbox: extend sleep 5 seconds isn't reliably enough here on my system. (cherry picked from commit ad31856bd90ca84443b706d4ed37763b254b4c77) --- nixos/tests/public-inbox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/public-inbox.nix b/nixos/tests/public-inbox.nix index 7de40400fcbf..232a688e221d 100644 --- a/nixos/tests/public-inbox.nix +++ b/nixos/tests/public-inbox.nix @@ -201,7 +201,7 @@ in This is a testing mail. ''}") - machine.sleep(5) + machine.sleep(10) machine.succeed("curl -L 'https://machine.${domain}/inbox/repo1/repo1@root-1/T/#u' | grep 'This is a testing mail.'") # Read a mail through public-inbox-imapd