]> granicus.if.org Git - libevent/commitdiff
appveyor: disable parallel tests execution
authorAzat Khuzhin <azat@libevent.org>
Sat, 16 Nov 2019 23:37:59 +0000 (02:37 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sat, 16 Nov 2019 23:42:41 +0000 (02:42 +0300)
Refs: https://github.com/libevent/libevent/pull/917#issuecomment-553784701

appveyor.yml

index ec08a1ce410b23086372f8712518e85f74724b19..0f06922c4650388eaa5a6fd6b262c23c27754309 100644 (file)
@@ -24,7 +24,8 @@ environment:
     APPVEYOR_SAVE_CACHE_ON_ERROR: true
     OPENSSL_ROOT: C:/OpenSSL-Win64
     MPATH: C:/mingw-w64/x86_64-7.2.0-posix-seh-rt_v5-rev1/mingw64/bin;C:/msys64/usr/bin
-    EVENT_TESTS_PARALLEL: 20
+    # Do not run tests in parallel to reduce false-positive
+    EVENT_TESTS_PARALLEL: 1
     EVENT_BUILD_PARALLEL: 10
   matrix:
     - EVENT_BUILD_METHOD: "cmake"