svn commit: samba r15259 - in branches/SAMBA_4_0/source/torture/nbt: .

metze at samba.org metze at samba.org
Tue Apr 25 23:46:42 GMT 2006


Author: metze
Date: 2006-04-25 23:46:41 +0000 (Tue, 25 Apr 2006)
New Revision: 15259

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

Log:
try to find the place that causes trouble on some build farm host
on the NBT-WINSREPLICATION-OWNED test

metze
Modified:
   branches/SAMBA_4_0/source/torture/nbt/winsreplication.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/nbt/winsreplication.c
===================================================================
--- branches/SAMBA_4_0/source/torture/nbt/winsreplication.c	2006-04-25 23:03:05 UTC (rev 15258)
+++ branches/SAMBA_4_0/source/torture/nbt/winsreplication.c	2006-04-25 23:46:41 UTC (rev 15259)
@@ -9543,7 +9543,7 @@
 
 	/* make sure we push the reply to the wire */
 	event_loop_once(nbtsock->event_ctx);
-	msleep(500);
+	msleep(1000);
 
 	rec->defend.timeout	= 0;
 	rec->defend.ret		= True;
@@ -9596,7 +9596,7 @@
 
 	/* make sure we push the reply to the wire */
 	event_loop_once(nbtsock->event_ctx);
-	msleep(500);
+	msleep(1000);
 
 	rec->defend.timeout	= 0;
 	rec->defend.ret		= True;



More information about the samba-cvs mailing list