From ec22ec6268c64d61678ad28d743fb66e5466f18a Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 24 Feb 2022 19:45:28 +0100 Subject: [PATCH] Increase timeout for auto tests --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5cca24c6..02110b5c 100755 --- a/debian/rules +++ b/debian/rules @@ -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