diff options
| author | Alyssa Ross <hi@alyssa.is> | 2023-05-28 15:00:21 +0000 |
|---|---|---|
| committer | Alyssa Ross <hi@alyssa.is> | 2023-05-28 19:33:27 +0000 |
| commit | b2ea8027e4d43b652293448eeafe564b53ca2a94 (patch) | |
| tree | 51ab091b4f212ef57450ea8acea1eefa3fac05fb | |
| parent | nixos/qemu-vm: fix 32-bits assert for memorySize (diff) | |
| download | nixpkgs-b2ea8027e4d43b652293448eeafe564b53ca2a94.tar.gz | |
nixosTests.public-inbox: extend sleep
5 seconds isn't reliably enough here on my system.
(cherry picked from commit ad31856bd90ca84443b706d4ed37763b254b4c77)
| -rw-r--r-- | nixos/tests/public-inbox.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
