From abbb882f748e35f0e58fec2e5abb39275fd0ffaf Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 6 Feb 2007 22:38:31 +0000 Subject: 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) --- source3/script/tests/selftest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script') diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 1fec131ee8..d5cd2fbeda 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__ -- cgit