summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2021-12-06 17:01:01 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2021-12-06 23:52:01 +0100
commit19d6954b0595a991cf7b9fe256072205c917f53d (patch)
treeba1acae565798e4bff8f66afdd53cdad0045e904
parent475a4b78a783d4be37844be6c8ffaf571b35a10d (diff)
downloaddbus-19d6954b0595a991cf7b9fe256072205c917f53d.tar.gz
tools/ci-build.sh: Double maximum test time when running tests on Windows
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
-rwxr-xr-xtools/ci-build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci-build.sh b/tools/ci-build.sh
index 856a65a8..8348349c 100755
--- a/tools/ci-build.sh
+++ b/tools/ci-build.sh
@@ -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
;;