diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-04-25 23:46:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:27 -0500 |
commit | 7a9076cba2de14b4cd82207efb81950639a2f266 (patch) | |
tree | e59e52eca5999fd5c4ffd19b2e814c07d1efc1a9 /source4/torture/nbt/winsreplication.c | |
parent | 68f5ac1fa0c60dc55815187b57e50dc38ecec489 (diff) | |
download | samba-7a9076cba2de14b4cd82207efb81950639a2f266.tar.gz samba-7a9076cba2de14b4cd82207efb81950639a2f266.tar.xz samba-7a9076cba2de14b4cd82207efb81950639a2f266.zip |
r15259: try to find the place that causes trouble on some build farm host
on the NBT-WINSREPLICATION-OWNED test
metze
(This used to be commit 72ae0dbaab0602d025852bfc41e06e204ff21681)
Diffstat (limited to 'source4/torture/nbt/winsreplication.c')
-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 8b0dabca23..e66d840e4d 100644 --- a/source4/torture/nbt/winsreplication.c +++ b/source4/torture/nbt/winsreplication.c @@ -9543,7 +9543,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(500); + msleep(1000); rec->defend.timeout = 0; rec->defend.ret = True; @@ -9596,7 +9596,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(500); + msleep(1000); rec->defend.timeout = 0; rec->defend.ret = True; |