mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
30 seconds isn't long enough for this test on a loaded server.
This commit is contained in:
parent
8a8d5c784c
commit
32ad212ac9
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@
|
|||
|
||||
#include "timeval.h"
|
||||
|
||||
#define MAIN_LOOP_HANG_TIMEOUT 30 * 1000
|
||||
#define MULTI_PERFORM_HANG_TIMEOUT 20 * 1000
|
||||
#define MAIN_LOOP_HANG_TIMEOUT 300 * 1000
|
||||
#define MULTI_PERFORM_HANG_TIMEOUT 120 * 1000
|
||||
|
||||
int test(char *URL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue