Merge pull request #81060 from andir/opensmtpd-timeout

nixos/tests/opensmtpd: bump test (&build) timeout to 30m from 30s
This commit is contained in:
Andreas Rammhold
2020-03-03 11:14:49 +01:00
committed by GitHub

View File

@@ -121,5 +121,5 @@ import ./make-test-python.nix {
client.succeed("check-mail-landed >&2")
'';
meta.timeout = 30;
meta.timeout = 1800;
}