Kaynağa Gözat

test_large_put: increased timeout

Incremental test may took longer than 5 seconds.
Evgeny Grin (Karlson2k) 4 yıl önce
ebeveyn
işleme
78784ce6db
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/testcurl/test_large_put.c

+ 1 - 1
src/testcurl/test_large_put.c

@@ -706,7 +706,7 @@ testPutExternal (void)
     libcurlErrorExit ();
 
   start = time (NULL);
-  while ((time (NULL) - start < 5) && (multi != NULL))
+  while ((time (NULL) - start < 45) && (multi != NULL))
   {
     MHD_socket maxMHDsock;
     int maxcurlsock;