diff options
-rw-r--r-- | user/mumble/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/mumble/APKBUILD b/user/mumble/APKBUILD index c0633448d..38cf422aa 100644 --- a/user/mumble/APKBUILD +++ b/user/mumble/APKBUILD @@ -47,6 +47,9 @@ build() { check() { cd src/tests + + export QTEST_FUNCTION_TIMEOUT=600000 #1024 + _qmake tests.pro make check } |