mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
nixosTests.public-inbox: extend sleep
5 seconds isn't reliably enough here on my system.
This commit is contained in:
parent
507ff39251
commit
ad31856bd9
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue