diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2021-10-19 11:09:06 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2021-10-26 14:33:07 +0200 |
commit | 20848007686e24dbb4283b3b3c5a8acfb32d6ac2 (patch) | |
tree | 32b4a9bc09935a0b1983b1621f8356c01ec5f0d2 /appveyor.yml | |
parent | 6211c35549338c07b766a3671dc0714140a26915 (diff) | |
download | mariadb-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.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
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 |