change max allowed time for this test to complete to 90 seconds
authorYang Tse <yangsita@gmail.com>
Sat, 10 Mar 2007 00:19:05 +0000 (00:19 +0000)
committerYang Tse <yangsita@gmail.com>
Sat, 10 Mar 2007 00:19:05 +0000 (00:19 +0000)
tests/libtest/lib502.c
tests/libtest/lib503.c
tests/libtest/lib504.c
tests/libtest/lib507.c
tests/libtest/lib509.c
tests/libtest/lib525.c
tests/libtest/lib526.c
tests/libtest/lib530.c
tests/libtest/lib533.c
tests/libtest/lib536.c

index d995b45..ea53795 100644 (file)
@@ -12,7 +12,8 @@
 
 #include "testutil.h"
 
-#define MULTI_PERFORM_HANG_TIMEOUT 30 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT     90 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000
 
 /*
  * Get a single URL without select().
index bcf4f57..8294e8c 100644 (file)
@@ -14,8 +14,8 @@
 
 #include "testutil.h"
 
-#define MAIN_LOOP_HANG_TIMEOUT     300 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 120 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT     90 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000
 
 /*
  * Source code in here hugely as reported in bug report 651460 by
index 499b9e9..6bfbe4d 100644 (file)
@@ -14,8 +14,8 @@
 
 #include "testutil.h"
 
-#define MAIN_LOOP_HANG_TIMEOUT     300 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 120 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT     90 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000
 
 /*
  * Source code in here hugely as reported in bug report 651464 by
index d175264..0137130 100644 (file)
@@ -12,8 +12,8 @@
 
 #include "testutil.h"
 
-#define MAIN_LOOP_HANG_TIMEOUT     30 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT     90 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000
 
 int test(char *URL)
 {
index ad26262..03963b3 100644 (file)
@@ -29,8 +29,8 @@
 
 #include "testutil.h"
 
-#define MAIN_LOOP_HANG_TIMEOUT     30 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT     90 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000
 
 /*
  * We use this ZERO_NULL to avoid picky compiler warnings,
index 14e0c0c..b60328b 100644 (file)
@@ -16,8 +16,8 @@
 
 #include "testutil.h"
 
-#define MAIN_LOOP_HANG_TIMEOUT     300 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 120 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT     90 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000
 
 int test(char *URL)
 {
index 1cfa6d0..ba3fff7 100644 (file)
@@ -35,8 +35,8 @@
 
 #include "testutil.h"
 
-#define MAIN_LOOP_HANG_TIMEOUT     300 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 120 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT     90 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000
 
 #define NUM_HANDLES 4
 
index 193f292..e339ab2 100644 (file)
@@ -15,8 +15,8 @@
 
 #include "testutil.h"
 
-#define MAIN_LOOP_HANG_TIMEOUT     300 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 120 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT     90 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000
 
 #define NUM_HANDLES 4
 
index 0cb2275..ee5f78f 100644 (file)
@@ -18,8 +18,8 @@
 
 #include "testutil.h"
 
-#define MAIN_LOOP_HANG_TIMEOUT     30 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT     90 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000
 
 int test(char *URL)
 {
index 3f41b00..7ab2aa3 100644 (file)
@@ -16,8 +16,8 @@
 
 #include "testutil.h"
 
-#define MAIN_LOOP_HANG_TIMEOUT     30 * 1000
-#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000
+#define MAIN_LOOP_HANG_TIMEOUT     90 * 1000
+#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000
 
 static CURLMcode perform(CURLM * multi);