소스 검색

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 년 전
부모
커밋
ba1c07d7bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/civetweb_check.h

+ 1 - 1
test/civetweb_check.h

@@ -41,6 +41,6 @@
 #endif
 
 /* 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_ */