svn commit: samba r21202 - in branches/SAMBA_3_0/source/script/tests: .

vlendec at samba.org vlendec at samba.org
Tue Feb 6 22:38:31 GMT 2007


Author: vlendec
Date: 2007-02-06 22:38:31 +0000 (Tue, 06 Feb 2007)
New Revision: 21202

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21202

Log:
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

Modified:
   branches/SAMBA_3_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_3_0/source/script/tests/selftest.sh	2007-02-06 22:36:17 UTC (rev 21201)
+++ branches/SAMBA_3_0/source/script/tests/selftest.sh	2007-02-06 22:38:31 UTC (rev 21202)
@@ -215,7 +215,7 @@
 (
  # 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__



More information about the samba-cvs mailing list