Increase timeout of tests from 2000s to 5000s.

* Increase timeout of tests from 2000s to 5000s. (Closes: #910513)
  - Needed for riscv64 qemu-system buildds.
ci/unstable
Felix Geyer 6 years ago
parent bb5a50a069
commit 55aa058f6c

7
debian/changelog vendored

@ -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 <fgeyer@debian.org> Sun, 07 Oct 2018 17:43:59 +0200
cmake (3.12.3-1) unstable; urgency=medium cmake (3.12.3-1) unstable; urgency=medium
* New upstream release. * New upstream release.

2
debian/rules vendored

@ -52,7 +52,7 @@ override_dh_auto_configure: $(BUILD_FLAGS_FILE)
override_dh_auto_test: override_dh_auto_test:
# Pass -j1 to "make test" as a workaround, see https://gitlab.kitware.com/cmake/cmake/issues/17165 # 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. # 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: override_dh_auto_clean:
dh_auto_clean dh_auto_clean

Loading…
Cancel
Save