From 55aa058f6cd73ba9f88a23330d48ea27ba0d0aaf Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 7 Oct 2018 17:46:16 +0200 Subject: [PATCH] Increase timeout of tests from 2000s to 5000s. * Increase timeout of tests from 2000s to 5000s. (Closes: #910513) - Needed for riscv64 qemu-system buildds. --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8a775f8a4..92fa3a593 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cmake (3.12.3-2) UNRELEASED; urgency=medium + + * Increase timeout of tests from 2000s to 5000s. (Closes: #910513) + - Needed for riscv64 qemu-system buildds. + + -- Felix Geyer Sun, 07 Oct 2018 17:43:59 +0200 + cmake (3.12.3-1) unstable; urgency=medium * New upstream release. diff --git a/debian/rules b/debian/rules index dc9bca660..74cf501ed 100755 --- a/debian/rules +++ b/debian/rules @@ -52,7 +52,7 @@ override_dh_auto_configure: $(BUILD_FLAGS_FILE) override_dh_auto_test: # Pass -j1 to "make test" as a workaround, see https://gitlab.kitware.com/cmake/cmake/issues/17165 # The tests are still run in parallel as debhelper pass -jX as ARGS to ctest. - dh_auto_test --buildsystem=cmake -- -j1 ARGS="-E CTestTestUpload --timeout 2000" + dh_auto_test --buildsystem=cmake -- -j1 ARGS="-E CTestTestUpload --timeout 5000" override_dh_auto_clean: dh_auto_clean