change max allowed time for this test to complete to 90 seconds
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user