Disable spot-client test timeout

This commit is contained in:
Daniel Peukert 2021-05-31 15:27:33 +02:00
parent 37d87444b3
commit 98c971d08a
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
_projectname='spot'
pkgname="$_projectname-client"
pkgver='0.1.14'
pkgrel='1'
pkgrel='2'
pkgdesc='Gtk/Rust native Spotify client'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/xou816/$_projectname"
@ -26,7 +26,7 @@ build() {
check() {
cd "$srcdir/"
meson test -C "$_builddirectory"
meson test -C "$_builddirectory" --timeout-multiplier -1
}
package() {