selftest: Give Samba4 processes a little longer to clean up
authorAndrew Bartlett <abartlet@samba.org>
Fri, 29 Jun 2012 03:38:11 +0000 (13:38 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 2 Jul 2012 22:13:01 +0000 (08:13 +1000)
This may help write out gcov data correctly.

Andrew Bartlett

selftest/target/Samba4.pm

index c15c29885cadc879c256660f64bc0b48a5bcdf3f..f472bb5ef3d331b4963401f944c43f57ed97b763 100644 (file)
@@ -1393,7 +1393,7 @@ sub teardown_env($$)
        my $childpid;
 
        # This should give it time to write out the gcov data
-       until ($count > 20) {
+       until ($count > 30) {
            if (Samba::cleanup_child($pid, "samba") == -1) {
                last;
            }