mirror of
https://github.com/curl/curl.git
synced 2026-05-30 16:07:28 +03:00
30 seconds isn't long enough for this test on a loaded server.
This commit is contained in:
parent
6adaac7e18
commit
cd3029f36f
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,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
|
||||
|
||||
#define NUM_HANDLES 4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue