mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-27 07:00:01 -05:00
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:
parent
39bc380c12
commit
24c389c8aa
3 changed files with 15 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue