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.
gstqt5
Andreas Rammhold 2020-02-25 23:08:32 +01:00
parent 9532ca329e
commit 1464a412ff
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86
1 changed files with 1 additions and 1 deletions

View File

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