Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2020-08-30 20:23:56 +0300
committerRobert <krzmbrzl@gmail.com>2020-09-11 19:28:38 +0300
commit09acf39e4c48267deb2fa582107053276877feb9 (patch)
tree6dfcaf5fda68ddb8366e9358a0ec03a09a4250bd /.ci
parente6cb50bc493923b544994f25b399bd0afaea991a (diff)
CI(tests): Increase timeout for Windows tests
The timeout has initially been increased in 8ba0246aad53c7e6f9f6bcb5b8dbcc3bdb4abf7d already but we still saw timeout errors. Thus we increase it once more.
Diffstat (limited to '.ci')
-rw-r--r--.ci/azure-pipelines/build_windows.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/azure-pipelines/build_windows.bat b/.ci/azure-pipelines/build_windows.bat
index a5cabac0a..1993ef26e 100644
--- a/.ci/azure-pipelines/build_windows.bat
+++ b/.ci/azure-pipelines/build_windows.bat
@@ -63,8 +63,8 @@ if errorlevel 1 (
exit /b %errorlevel%
)
-:: Set timeout for tests to 10min
-set QTEST_FUNCTION_TIMEOUT=600000
+:: Set timeout for tests to 15min
+set QTEST_FUNCTION_TIMEOUT=900000
ctest --verbose
if errorlevel 1 (