diff options
Diffstat (limited to 'source4/torture/nbt/winsbench.c')
-rw-r--r-- | source4/torture/nbt/winsbench.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/nbt/winsbench.c b/source4/torture/nbt/winsbench.c index f7c76905ab..dc349cb1eb 100644 --- a/source4/torture/nbt/winsbench.c +++ b/source4/torture/nbt/winsbench.c @@ -225,7 +225,7 @@ static bool bench_wins(struct torture_context *tctx) int num_sent=0; struct timeval tv = timeval_current(); bool ret = true; - int timelimit = torture_setting_int(tctx, "timelimit", 10); + int timelimit = torture_setting_int(tctx, "timelimit", 5); struct wins_state *state; extern int torture_entries; struct socket_address *my_ip; |