mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 13:28:02 +02:00
Merge branch 'fix-test-dbus-daemon-windows' into 'master'
tools/ci-build.sh: Double maximum test time when running tests on Windows Closes #320 and #359 See merge request dbus/dbus!231
This commit is contained in:
commit
1877922b80
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue