Increase timeout for auto tests

pull/501/head
Michael Zanetti 2022-02-24 19:45:28 +01:00
parent 28d2f53261
commit ec22ec6268
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -47,7 +47,7 @@ override_dh_install: $(PREPROCESS_FILES:.in=)
dh_install --fail-missing
override_dh_auto_test:
dh_auto_test -- -k TESTARGS="-m 120 -p -o -p -,txt -p -o -p test-results.xml,xunitxml" TESTRUNNER="dbus-test-runner --bus-type=both --task"
dh_auto_test -- -k TESTARGS="-m 240 -p -o -p -,txt -p -o -p test-results.xml,xunitxml" TESTRUNNER="dbus-test-runner --bus-type=both --task"
override_dh_auto_clean:
dh_auto_clean