Increase test timeout to 2000s.

Hopefully this gives slow buildds enough time to run the Qt5Autogen test.

Closes: #876378
ci/unstable
Felix Geyer 7 years ago
parent 3fd5f19814
commit 37e49b8aaf

3
debian/changelog vendored

@ -1,6 +1,9 @@
cmake (3.9.3-1) UNRELEASED; urgency=medium
* New upstream release.
* Increase test timeout to 2000s.
- Hopefully this gives slow buildds enough time to run the Qt5Autogen test.
(Closes: #876378)
-- Felix Geyer <fgeyer@debian.org> Thu, 21 Sep 2017 19:04:21 +0200

2
debian/rules vendored

@ -50,7 +50,7 @@ override_dh_auto_configure: $(BUILD_FLAGS_FILE)
$(BOOTSTRAP_PARALLEL) --verbose
override_dh_auto_test:
HOME="`pwd`/Build" dh_auto_test --buildsystem=cmake -- ARGS="-E CTestTestUpload"
HOME="`pwd`/Build" dh_auto_test --buildsystem=cmake -- ARGS="-E CTestTestUpload --timeout 2000"
override_dh_auto_clean:
dh_auto_clean

Loading…
Cancel
Save