[Groonga-commit] groonga/groonga at d7f46fe [master] appveyor: increase the number of workers to reduce test time

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


Kouhei Sutou	2019-05-17 14:24:59 +0900 (Fri, 17 May 2019)

  Revision: d7f46fe3717d95c9d57fc944caf73f0fa546adf9
  https://github.com/groonga/groonga/commit/d7f46fe3717d95c9d57fc944caf73f0fa546adf9

  Message:
    appveyor: increase the number of workers to reduce test time

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -1)
===================================================================
--- appveyor.yml    2019-05-17 13:48:35 +0900 (5cc93deaf)
+++ appveyor.yml    2019-05-17 14:24:59 +0900 (d78190080)
@@ -117,8 +117,9 @@ test_script:
      --groonga %FULL_GROONGA_INSTALL_FOLDER%\bin\groonga.exe
      --base-directory test\command
      --reporter mark
-     --n-workers 1
+     --n-workers 2
      --timeout 60
+     --read-timeout 30
      --n-retries 2
      test\command\suite
   # On Appveyor, インストール directory is recognized unicode escape sequence.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190517/dc81d840/attachment.html>


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