selftest: Allow 4 hours for the test to run (ouch!)
authorAndrew Bartlett <abartlet@samba.org>
Tue, 1 Mar 2016 19:54:42 +0000 (08:54 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Mar 2016 00:58:30 +0000 (01:58 +0100)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
selftest/selftest.pl

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