]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
tools/ci-build.sh: Double maximum test time when running tests on Windows
authorRalf Habacker <ralf.habacker@freenet.de>
Mon, 6 Dec 2021 16:01:01 +0000 (17:01 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 6 Dec 2021 22:52:01 +0000 (23:52 +0100)
The currently timeout of 60 seconds is too short for test-dbus-daemon on
Windows, depending on the load of the CI system.

Fixes #359

tools/ci-build.sh

index 856a65a8af6c7b3627a1ef4c687e5a3913824a75..8348349c1066428e97e1ca8c9cf479dbe6fa26e3 100755 (executable)
@@ -390,6 +390,8 @@ case "$ci_buildsys" in
                 fi
                 if [ "$ci_test" = yes ]; then
                     set "$@" -D DBUS_USE_WINE=1
+                    # test-dbus-daemon needs more time on Windows
+                    export DBUS_TEST_TIMEOUT_MULTIPLIER=2
                 fi
                 shift
                 ;;