r15259: try to find the place that causes trouble on some build farm host
authorStefan Metzmacher <metze@samba.org>
Tue, 25 Apr 2006 23:46:41 +0000 (23:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:04:27 +0000 (14:04 -0500)
on the NBT-WINSREPLICATION-OWNED test

metze

source/torture/nbt/winsreplication.c

index 8b0dabca23489e3a9310cb79331371fdb52b6d02..e66d840e4d01d79abe9844e9277bcd6604e55381 100644 (file)
@@ -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;