Author: metze Date: 2006-03-13 15:03:51 +0000 (Mon, 13 Mar 2006) New Revision: 14319
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14319 Log: this is a test to see if this help to run NBT-WINSREPLICATION-OWNED on more systems on the buildfarm successful... 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-03-13 14:35:45 UTC (rev 14318) +++ branches/SAMBA_4_0/source/torture/nbt/winsreplication.c 2006-03-13 15:03:51 UTC (rev 14319) @@ -9541,7 +9541,7 @@ /* make sure we push the reply to the wire */ event_loop_once(nbtsock->event_ctx); - msleep(25); + msleep(250); rec->defend.timeout = 0; rec->defend.ret = True; @@ -9594,7 +9594,7 @@ /* make sure we push the reply to the wire */ event_loop_once(nbtsock->event_ctx); - msleep(25); + msleep(250); rec->defend.timeout = 0; rec->defend.ret = True;
