aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-10-20 15:45:12 +0000
committerYang Tse <yangsita@gmail.com>2006-10-20 15:45:12 +0000
commitd997ff6aa8150e356c90736f735738e81190d1ed (patch)
treeafb9dfc9e1284837f2903a65399700e1d57ae17c /tests
parentb9ccecf86e96e173ffe3b4026c84e61e53d3ff68 (diff)
Oops! Actually set the limit to 30 seconds.
Diffstat (limited to 'tests')
-rw-r--r--tests/libtest/lib504.c4
-rw-r--r--tests/libtest/lib507.c4
-rw-r--r--tests/libtest/lib509.c4
-rw-r--r--tests/libtest/lib525.c4
-rw-r--r--tests/libtest/lib526.c4
-rw-r--r--tests/libtest/lib530.c4
-rw-r--r--tests/libtest/lib533.c4
-rw-r--r--tests/libtest/lib536.c4
8 files changed, 16 insertions, 16 deletions
diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c
index e925097ee..af7ca4bc4 100644
--- a/tests/libtest/lib504.c
+++ b/tests/libtest/lib504.c
@@ -5,8 +5,8 @@
#include "timeval.h"
-#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000
/*
* Source code in here hugely as reported in bug report 651464 by
diff --git a/tests/libtest/lib507.c b/tests/libtest/lib507.c
index b06d65fe2..e13201d1a 100644
--- a/tests/libtest/lib507.c
+++ b/tests/libtest/lib507.c
@@ -2,8 +2,8 @@
#include "timeval.h"
-#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000
int test(char *URL)
{
diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c
index 77d5e1c6b..bdc895195 100644
--- a/tests/libtest/lib509.c
+++ b/tests/libtest/lib509.c
@@ -20,8 +20,8 @@
#include "timeval.h"
-#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000
int portnum; /* the HTTPS port number we use */
diff --git a/tests/libtest/lib525.c b/tests/libtest/lib525.c
index 7ed10dcb7..01f34118a 100644
--- a/tests/libtest/lib525.c
+++ b/tests/libtest/lib525.c
@@ -16,8 +16,8 @@
#include "timeval.h"
-#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000
int test(char *URL)
{
diff --git a/tests/libtest/lib526.c b/tests/libtest/lib526.c
index c09dbb7cd..fc1c788af 100644
--- a/tests/libtest/lib526.c
+++ b/tests/libtest/lib526.c
@@ -35,8 +35,8 @@
#include "timeval.h"
-#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000
#define NUM_HANDLES 4
diff --git a/tests/libtest/lib530.c b/tests/libtest/lib530.c
index e68273c75..88c65767d 100644
--- a/tests/libtest/lib530.c
+++ b/tests/libtest/lib530.c
@@ -15,8 +15,8 @@
#include "timeval.h"
-#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000
#define NUM_HANDLES 4
diff --git a/tests/libtest/lib533.c b/tests/libtest/lib533.c
index 24c36d0d0..bd0cef306 100644
--- a/tests/libtest/lib533.c
+++ b/tests/libtest/lib533.c
@@ -18,8 +18,8 @@
#include "timeval.h"
-#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000
int test(char *URL)
{
diff --git a/tests/libtest/lib536.c b/tests/libtest/lib536.c
index 4181b829c..ca6c5c6b5 100644
--- a/tests/libtest/lib536.c
+++ b/tests/libtest/lib536.c
@@ -16,8 +16,8 @@
#include "timeval.h"
-#define MAIN_LOOP_HANG_TIMEOUT 45 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000
static CURLMcode perform(CURLM * multi);