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>