diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-01-12 21:51:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:50:57 -0500 |
commit | 0ac6b5232d1e52bab55227fc5251b363fd97b333 (patch) | |
tree | 45419447007f58d549b7dcd49c52ab35c7cf7c32 /source4 | |
parent | 99125b65109d2e9e1aff61b18ec5f0e73eadb4b5 (diff) | |
download | samba-0ac6b5232d1e52bab55227fc5251b363fd97b333.tar.gz samba-0ac6b5232d1e52bab55227fc5251b363fd97b333.tar.bz2 samba-0ac6b5232d1e52bab55227fc5251b363fd97b333.zip |
r12874: Try to give the startup a few more seconds, so that hosts with
gnutls-devel installed do not miss the first test.
Andrew Bartlett
(This used to be commit 6e17864c5d2ffc6b4e532e693426574fc57741bf)
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/script/tests/selftest.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index b3f22d773a..a4f38cb9dc 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -182,6 +182,9 @@ START=`date` # give time for nbt server to register its names echo delaying for nbt name registration sleep 4 + # This will return quickly when things are up, but be slow if we need to wait for (eg) SSL init + bin/nmblookup $CONFIGURATION -U $SERVER $SERVER + bin/nmblookup $CONFIGURATION -U $SERVER $SERVER bin/nmblookup $CONFIGURATION -U $SERVER $SERVER failed=0 |