Increase test timeout to 2000s.

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

Closes: #876378
This commit is contained in:
Felix Geyer 2017-09-24 10:01:51 +02:00
parent 3fd5f19814
commit 37e49b8aaf
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -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
View File

@ -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