summaryrefslogtreecommitdiff
path: root/source/torture/nbt/winsreplication.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-12-02 15:51:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:01 -0500
commit144bde91b3ccbf40494b3f235a2f2699e32f9ad8 (patch)
tree16349be6a5451a4629fce1469db6037a34f79bb3 /source/torture/nbt/winsreplication.c
parent9e84c85b3de178e0dd093ed9344d30d4c9ea6730 (diff)
downloadsamba-144bde91b3ccbf40494b3f235a2f2699e32f9ad8.tar.gz
r12024: do some extra sleeping to give the server the chance to handle our reply
metze
Diffstat (limited to 'source/torture/nbt/winsreplication.c')
-rw-r--r--source/torture/nbt/winsreplication.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/torture/nbt/winsreplication.c b/source/torture/nbt/winsreplication.c
index 4f18e3492b8..3963f0adb0a 100644
--- a/source/torture/nbt/winsreplication.c
+++ b/source/torture/nbt/winsreplication.c
@@ -9354,6 +9354,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);
rec->defend.timeout = 0;
rec->defend.ret = True;
@@ -9406,6 +9407,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);
rec->defend.timeout = 0;
rec->defend.ret = True;