diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-13 15:03:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:12 -0500 |
commit | d2d9c0f25be91ec6baa719217ca01904f8f381a6 (patch) | |
tree | aff6b3fb03a4261df35bd154f7c58dba74d8406b /source4/torture | |
parent | 0b18c8f863101cfe9722aafe12a161afc9aa3a48 (diff) | |
download | samba-d2d9c0f25be91ec6baa719217ca01904f8f381a6.tar.gz samba-d2d9c0f25be91ec6baa719217ca01904f8f381a6.tar.bz2 samba-d2d9c0f25be91ec6baa719217ca01904f8f381a6.zip |
r14319: this is a test to see if this help to run NBT-WINSREPLICATION-OWNED on more systems
on the buildfarm successful...
metze
(This used to be commit 0507203c35207b494638b3d0dfb0c2ab420ba9e2)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/nbt/winsreplication.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/nbt/winsreplication.c b/source4/torture/nbt/winsreplication.c index d7011cb8c9..ca1bd720d8 100644 --- a/source4/torture/nbt/winsreplication.c +++ b/source4/torture/nbt/winsreplication.c @@ -9541,7 +9541,7 @@ static void test_conflict_owned_active_vs_replica_handler_query(struct nbt_name_ /* 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 @@ static void test_conflict_owned_active_vs_replica_handler_release(struct nbt_nam /* 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; |