From 3c57fcea959fcd94e2a62a362c6ed2e71ee96658 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 29 Jun 2012 13:38:11 +1000 Subject: selftest: Give Samba4 processes a little longer to clean up This may help write out gcov data correctly. Andrew Bartlett --- selftest/target/Samba4.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'selftest') diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index c15c29885c..f472bb5ef3 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -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; } -- cgit