From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF090138334 for ; Wed, 24 Apr 2019 20:17:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A63CE0996; Wed, 24 Apr 2019 20:17:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0FD3E0996 for ; Wed, 24 Apr 2019 20:17:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E67893423FB for ; Wed, 24 Apr 2019 20:17:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 953F04F6 for ; Wed, 24 Apr 2019 20:17:11 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1556137011.212606aeb25ba0e156d2a87af0dfd82da95d1e88.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-18.3.6.ebuild media-libs/mesa/mesa-19.0.2.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 212606aeb25ba0e156d2a87af0dfd82da95d1e88 X-VCS-Branch: master Date: Wed, 24 Apr 2019 20:17:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ceaa9a3f-d15f-41ff-a4ad-7c3805c8b413 X-Archives-Hash: f5644a5facbbd356dd5bebcb77ca0515 commit: 212606aeb25ba0e156d2a87af0dfd82da95d1e88 Author: Matt Turner gentoo org> AuthorDate: Wed Apr 24 18:04:27 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 24 20:16:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212606ae media-libs/mesa: Increase test timeout Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-18.3.6.ebuild | 2 +- media-libs/mesa/mesa-19.0.2.ebuild | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/mesa/mesa-18.3.6.ebuild b/media-libs/mesa/mesa-18.3.6.ebuild index 46d4d469812..c9d6027008c 100644 --- a/media-libs/mesa/mesa-18.3.6.ebuild +++ b/media-libs/mesa/mesa-18.3.6.ebuild @@ -485,7 +485,7 @@ multilib_src_install_all() { } multilib_src_test() { - meson_src_test + meson test -v -C "${BUILD_DIR}" -t 100 } pkg_postinst() { diff --git a/media-libs/mesa/mesa-19.0.2.ebuild b/media-libs/mesa/mesa-19.0.2.ebuild index 02111d8e274..6e5cc0499b8 100644 --- a/media-libs/mesa/mesa-19.0.2.ebuild +++ b/media-libs/mesa/mesa-19.0.2.ebuild @@ -492,7 +492,7 @@ multilib_src_install_all() { } multilib_src_test() { - meson_src_test + meson test -v -C "${BUILD_DIR}" -t 100 } pkg_postinst() { diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 805c46d7a32..b8a32420fa6 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -504,7 +504,7 @@ multilib_src_install_all() { } multilib_src_test() { - meson_src_test + meson test -v -C "${BUILD_DIR}" -t 100 } pkg_postinst() {