[Groonga-commit] groonga/groonga at 739f372 [master] travis: increase read timeout

Back to archive index
Kouhei Sutou null+****@clear*****
Fri May 17 14:41:56 JST 2019


Kouhei Sutou	2019-05-17 14:41:56 +0900 (Fri, 17 May 2019)

  Revision: 739f372fd3a0d41b18f5a3601c85f89d64c863bb
  https://github.com/groonga/groonga/commit/739f372fd3a0d41b18f5a3601c85f89d64c863bb

  Message:
    travis: increase read timeout

  Modified files:
    travis/Dockerfile.ubuntu-16.04
    travis/Dockerfile.ubuntu-18.04

  Modified: travis/Dockerfile.ubuntu-16.04 (+5 -3)
===================================================================
--- travis/Dockerfile.ubuntu-16.04    2019-05-17 14:38:31 +0900 (60a93e9b5)
+++ travis/Dockerfile.ubuntu-16.04    2019-05-17 14:41:56 +0900 (271dfa740)
@@ -100,15 +100,17 @@ CMD \
   BUILD_DIR=test/command \
     ../source/test/command/run-test.sh \
     test/command/suite \
-    --reporter mark && \
+    --reporter mark \
+    --read-timeout 30 && \
   BUILD_DIR=test/command \
     ../source/test/command/run-test.sh \
     test/command/suite \
     --reporter mark \
+    --read-timeout 30 \
     --interface http && \
   BUILD_DIR=test/command \
     ../source/test/command/run-test.sh \
     test/command/suite \
     --reporter mark \
-    --testee groonga-httpd \
-    --n-workers 2
+    --read-timeout 30 \
+    --testee groonga-httpd

  Modified: travis/Dockerfile.ubuntu-18.04 (+5 -3)
===================================================================
--- travis/Dockerfile.ubuntu-18.04    2019-05-17 14:38:31 +0900 (81e4411e5)
+++ travis/Dockerfile.ubuntu-18.04    2019-05-17 14:41:56 +0900 (c6a2b61aa)
@@ -102,15 +102,17 @@ CMD \
   BUILD_DIR=test/command \
     ../source/test/command/run-test.sh \
     test/command/suite \
-    --reporter mark && \
+    --reporter mark \
+    --read-timeout 30 && \
   BUILD_DIR=test/command \
     ../source/test/command/run-test.sh \
     test/command/suite \
     --reporter mark \
+    --read-timeout 30 \
     --interface http && \
   BUILD_DIR=test/command \
     ../source/test/command/run-test.sh \
     test/command/suite \
     --reporter mark \
-    --testee groonga-httpd \
-    --n-workers 2
+    --read-timeout 30 \
+    --testee groonga-httpd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190517/bea3ccab/attachment-0001.html>


More information about the Groonga-commit mailing list
Back to archive index