nixos/tests/opensmtpd: bump test (&build) timeout to 30m from 30s

I am not sure how this ever passed on hydra but 30s is barely enough to
pass the configure phase of opensmtpd. It is likely the package was
built as part of another jobset. Whenever it is built as part of the
test execution the timeout propagates and 30s is clearly not enough for
that.
wip/yesman
Andreas Rammhold 4 years ago
parent 9532ca329e
commit 1464a412ff
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86
  1. 2
      nixos/tests/opensmtpd.nix

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

Loading…
Cancel
Save