diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-02-06 22:38:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:47 -0500 |
commit | abbb882f748e35f0e58fec2e5abb39275fd0ffaf (patch) | |
tree | 0cf0854776ca104da368c67e33f86afab31cce18 /source3/script | |
parent | 7a5fa7f12ec439ef5a4af29aa86498f799b6b9a5 (diff) | |
download | samba-abbb882f748e35f0e58fec2e5abb39275fd0ffaf.tar.gz samba-abbb882f748e35f0e58fec2e5abb39275fd0ffaf.tar.xz samba-abbb882f748e35f0e58fec2e5abb39275fd0ffaf.zip |
r21202: On some build hosts, the first tests fail with CONNECTION_REFUSED. On my
solaris 9 box I could solve that with an increased wait time.
Volker
(This used to be commit 4ea654857af48640d86377418f7a91a91c830ced)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/selftest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 1fec131ee85..d5cd2fbedac 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -215,7 +215,7 @@ START=`date` ( # give time for nbt server to register its names echo "delaying for nbt name registration" - sleep 4 + sleep 10 # 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_IP __SAMBA__ bin/nmblookup $CONFIGURATION __SAMBA__ |