瀏覽代碼

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_ */