summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2021-10-19 11:09:06 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2021-10-26 14:33:07 +0200
commit20848007686e24dbb4283b3b3c5a8acfb32d6ac2 (patch)
tree32b4a9bc09935a0b1983b1621f8356c01ec5f0d2
parent6211c35549338c07b766a3671dc0714140a26915 (diff)
downloadmariadb-git-20848007686e24dbb4283b3b3c5a8acfb32d6ac2.tar.gz
Try to fix appveyor to prevent occasional failing of mysql_client_test
Sometimes, although not often, it would timeout after 3 minutes.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f5f1b57735a..b42453a8350 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -25,6 +25,6 @@ test_script:
- set PATH=C:\Strawberry\perl\bin;%PATH%;C:\Program Files (x86)\Windows Kits\10\Debuggers\x64
- cd %APPVEYOR_BUILD_FOLDER%\_build\mysql-test
- set /A parallel=4*%NUMBER_OF_PROCESSORS%
- - perl mysql-test-run.pl --force --max-test-fail=10 --retry=2 -parallel=%parallel% --testcase-timeout=3 --suite=main --skip-test-list=unstable-tests --mysqld=--loose-innodb-flush-log-at-trx-commit=2
+ - perl mysql-test-run.pl --force --max-test-fail=10 --retry=2 -parallel=%parallel% --testcase-timeout=4 --suite=main --skip-test-list=unstable-tests --mysqld=--loose-innodb-flush-log-at-trx-commit=2
image: Visual Studio 2019