tests: Shorten how long daemon tests take to run

We split out some of the check-daemon tests that take a long time to
run, and also reduce how long we wait for the daemon to start up. This
should make the CI process quicker.
This commit is contained in:
Arun Raghavan 2018-10-13 11:01:45 +05:30
parent 39bc380c12
commit 24c389c8aa
3 changed files with 15 additions and 4 deletions

View file

@ -109,6 +109,9 @@ dist-hook:
check-daemon:
$(MAKE) -C src check-daemon
check-daemon-long:
$(MAKE) -C src check-daemon-long
.PHONY: homepage distcleancheck doxygen
# see git-version-gen