Increase timeout of tests from 2000s to 5000s.
* Increase timeout of tests from 2000s to 5000s. (Closes: #910513) - Needed for riscv64 qemu-system buildds.
This commit is contained in:
parent
bb5a50a069
commit
55aa058f6c
7
debian/changelog
vendored
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
|
||||
|
||||
* New upstream release.
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user