Disable spot-client test timeout

This commit is contained in:
Daniel Peukert 2021-05-31 15:27:43 +02:00
parent 01e1d30c36
commit f02ce2e936
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = spot-client-git pkgbase = spot-client-git
pkgdesc = Gtk/Rust native Spotify client - git version pkgdesc = Gtk/Rust native Spotify client - git version
pkgver = 0.1.11.r28.gca32e38 pkgver = 0.1.14.r21.g30caeaa
pkgrel = 1 pkgrel = 1
url = https://github.com/xou816/spot url = https://github.com/xou816/spot
arch = x86_64 arch = x86_64

View file

@ -1,7 +1,7 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc> # Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='spot' _projectname='spot'
pkgname="$_projectname-client-git" pkgname="$_projectname-client-git"
pkgver='0.1.11.r28.gca32e38' pkgver='0.1.14.r21.g30caeaa'
pkgrel='1' pkgrel='1'
pkgdesc='Gtk/Rust native Spotify client - git version' pkgdesc='Gtk/Rust native Spotify client - git version'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@ -33,7 +33,7 @@ build() {
check() { check() {
cd "$srcdir/" cd "$srcdir/"
meson test -C "$_builddirectory" meson test -C "$_builddirectory" --timeout-multiplier -1
} }
package() { package() {