about summary refs log tree commit diff
path: root/nixos/tests/opensmtpd.nix
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-02-25 23:08:32 +0100
committerAndreas Rammhold <andreas@rammhold.de>2020-02-25 23:08:32 +0100
commit1464a412ff08e30469767d13f5295504a4b6ef07 (patch)
treed0a73dde4ea503f7838ab9a5e29359502c28d296 /nixos/tests/opensmtpd.nix
parent9532ca329e6dd563b36105509d7ef99443139416 (diff)
downloadnixlib-1464a412ff08e30469767d13f5295504a4b6ef07.tar
nixlib-1464a412ff08e30469767d13f5295504a4b6ef07.tar.gz
nixlib-1464a412ff08e30469767d13f5295504a4b6ef07.tar.bz2
nixlib-1464a412ff08e30469767d13f5295504a4b6ef07.tar.lz
nixlib-1464a412ff08e30469767d13f5295504a4b6ef07.tar.xz
nixlib-1464a412ff08e30469767d13f5295504a4b6ef07.tar.zst
nixlib-1464a412ff08e30469767d13f5295504a4b6ef07.zip
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.
Diffstat (limited to 'nixos/tests/opensmtpd.nix')
-rw-r--r--nixos/tests/opensmtpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/opensmtpd.nix b/nixos/tests/opensmtpd.nix
index e6f52db1d984..17c1a569ba0d 100644
--- a/nixos/tests/opensmtpd.nix
+++ b/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;
 }