diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-12-02 15:51:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:01 -0500 |
commit | 84033c20f0efbe772c8085d4a1eb7d9a9f534a90 (patch) | |
tree | f7d6fa90dcdee6926021242df35a705909d424cf /source4 | |
parent | 035ea6b1eb145b8e4071e44cc0f59b50d32ced93 (diff) | |
download | samba-84033c20f0efbe772c8085d4a1eb7d9a9f534a90.tar.gz samba-84033c20f0efbe772c8085d4a1eb7d9a9f534a90.tar.bz2 samba-84033c20f0efbe772c8085d4a1eb7d9a9f534a90.zip |
r12024: do some extra sleeping to give the server the chance to handle our reply
metze
(This used to be commit 144bde91b3ccbf40494b3f235a2f2699e32f9ad8)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/nbt/winsreplication.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/nbt/winsreplication.c b/source4/torture/nbt/winsreplication.c index 4f18e3492b..3963f0adb0 100644 --- a/source4/torture/nbt/winsreplication.c +++ b/source4/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; |