summaryrefslogtreecommitdiff
path: root/source4/torture/local/resolve.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/local/resolve.c')
-rw-r--r--source4/torture/local/resolve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/local/resolve.c b/source4/torture/local/resolve.c
index 96da65a8c2..21a7392a14 100644
--- a/source4/torture/local/resolve.c
+++ b/source4/torture/local/resolve.c
@@ -29,7 +29,7 @@ static bool test_async_resolve(struct torture_context *tctx)
{
struct nbt_name n;
struct event_context *ev;
- int timelimit = torture_setting_int(tctx, "timelimit", 10);
+ int timelimit = torture_setting_int(tctx, "timelimit", 2);
const char *host = torture_setting_string(tctx, "host", NULL);
int count = 0;
struct timeval tv = timeval_current();
@@ -61,7 +61,7 @@ static bool test_async_resolve(struct torture_context *tctx)
*/
static bool test_sync_resolve(struct torture_context *tctx)
{
- int timelimit = torture_setting_int(tctx, "timelimit", 10);
+ int timelimit = torture_setting_int(tctx, "timelimit", 2);
struct timeval tv = timeval_current();
int count = 0;
const char *host = torture_setting_string(tctx, "host", NULL);