diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-15 11:40:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:25 -0500 |
commit | 22244f0e9bcbdc52a0410861adb822197a583257 (patch) | |
tree | dcf40e8f2d016a4ca51567e768c7f7ea20421294 /source4/torture | |
parent | 3f6ede84dae170478dd1d8205e99c5f5c0921e28 (diff) | |
download | samba-22244f0e9bcbdc52a0410861adb822197a583257.tar.gz samba-22244f0e9bcbdc52a0410861adb822197a583257.tar.bz2 samba-22244f0e9bcbdc52a0410861adb822197a583257.zip |
r14441: try to get more hosts on the build farm pass the NBT-WINSREPLICATION-OWNED test
metze
(This used to be commit 7fa5ae8cce16f22d8959519a67ba4894ddbb6b9d)
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 ca1bd720d8..2ac9d1cfb3 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(250); + msleep(500); 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(250); + msleep(500); rec->defend.timeout = 0; rec->defend.ret = True; |