selftest: allow more time for tests
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 27 Dec 2017 22:45:49 +0000 (11:45 +1300)
committerStefan Metzmacher <metze@samba.org>
Fri, 29 Dec 2017 01:48:59 +0000 (02:48 +0100)
Maybe make test *should* run in under 4 hours, but it currently
doesn't.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Fri Dec 29 02:48:59 CET 2017 on sn-devel-144

selftest/selftest.pl

index 2316f9f58806f5a0d83315f113865aa0bab4e7a7..ff19d5975cccb7b2aefc74651196f2639136f46c 100755 (executable)
@@ -441,8 +441,8 @@ if ($opt_testenv) {
     # 1 year should be enough :-)
     $server_maxtime = 365 * 24 * 60 * 60;
 } else {
-    # make test should run under 4 hours
-    $server_maxtime = 4 * 60 * 60;
+    # make test should run under 5 hours
+    $server_maxtime = 5 * 60 * 60;
 }
 
 if (defined($ENV{SMBD_MAXTIME}) and $ENV{SMBD_MAXTIME} ne "") {