Forráskód Böngészése

Increase test timeout

There are still tests exceeding the 10 second limit,
although they usually take 1 second.
e.g. https://travis-ci.org/civetweb/civetweb/jobs/76692175
bel 10 éve
szülő
commit
ba1c07d7bb
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      test/civetweb_check.h

+ 1 - 1
test/civetweb_check.h

@@ -41,6 +41,6 @@
 #endif
 #endif
 
 
 /* A minimal timeout used for all tests with the "check" framework. */
 /* A minimal timeout used for all tests with the "check" framework. */
-#define civetweb_min_test_timeout (10)
+#define civetweb_min_test_timeout (30)
 
 
 #endif /* TEST_CIVETWEB_CHECK_H_ */
 #endif /* TEST_CIVETWEB_CHECK_H_ */