]> granicus.if.org Git - curl/commitdiff
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 d995b45eca4bb0e61d82a036b450fb704d213938..ea53795c028ecc5953813a93155640ba9526416b 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 bcf4f57be2481550c8eda204d62d2c816c28d611..8294e8ccb99842649122566731fcd6dc325ef431 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 499b9e9854a2d0d2854fbc6e717f4d553651532d..6bfbe4dde86788a00e3b509cd2163ce2f8d94f50 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 d175264635d7738db38f09ed34515897aef49b48..0137130ce1876cf17f25f60941108ab3a38b01c4 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 ad262620430dc6aec39110d794d004cb02a03e11..03963b39f7acabc9628fdcec508e2056c4cc9078 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 14e0c0c7621ffb9ebd1bca6e09b2464ccc10e6cf..b60328ba1ce1b8dd95890d9cc03903f657f7fbe1 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 1cfa6d00e81e760957204233a0fcb9c94aa091d9..ba3fff7bd1f8d07e478be4e04abd90cdabe42f39 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 193f2920c61f6c06a9126a02854f229dd6c48b86..e339ab2cf72bb5598a3c36a11460e39fcf4c1171 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 0cb227529dbc6c71e04b2e91bcba06b5a70fcbb6..ee5f78f288581bab43fd833e3e580c929a779d02 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 3f41b00db6704052ed36a71909987309bae830ff..7ab2aa3f058a1e93bd3424a2fdf3d467ebf2946a 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);