change max allowed time for this test to complete to 90 seconds

This commit is contained in:
Yang Tse
2007-03-10 00:19:05 +00:00
parent e12d46ac50
commit 40087ce7c0
10 changed files with 20 additions and 19 deletions

View 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);