[gcc-6] 222/401: - lower tests timeouts to 240 seconds on arm64
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:49:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.
commit 735813c595990406691e3d44dce8b61c1a63d501
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Thu Oct 6 05:57:41 2016 +0000
- lower tests timeouts to 240 seconds on arm64
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8993 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/rules2 | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/rules2 b/debian/rules2
index bfe2ed6..c5c90c7 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -772,7 +772,9 @@ endif
DEJAGNU_TIMEOUT=300
# Increase the timeout for one testrun on slow architectures
ifeq ($(derivative),Debian)
- ifneq (,$(findstring $(DEB_TARGET_ARCH),arm arm64 armel armhf hppa m68k sparc))
+ ifneq (,$(findstring $(DEB_TARGET_ARCH),arm64))
+ DEJAGNU_TIMEOUT=240
+ else ifneq (,$(findstring $(DEB_TARGET_ARCH),arm armel armhf hppa m68k sparc))
DEJAGNU_TIMEOUT=600
else ifneq (,$(findstring $(DEB_TARGET_GNU_CPU),amd64 i386 i486 i686 lpia))
DEJAGNU_TIMEOUT=180
@@ -781,7 +783,9 @@ ifeq ($(derivative),Debian)
DEJAGNU_TIMEOUT=900
endif
else ifeq ($(derivative),Ubuntu)
- ifneq (,$(findstring $(DEB_TARGET_ARCH),arm64 armel armhf hppa ia64 sparc))
+ ifneq (,$(findstring $(DEB_TARGET_ARCH),arm64))
+ DEJAGNU_TIMEOUT=240
+ else ifneq (,$(findstring $(DEB_TARGET_ARCH),armel armhf hppa ia64 sparc))
DEJAGNU_TIMEOUT=600
else ifneq (,$(findstring $(DEB_TARGET_GNU_CPU),amd64 i386 i486 i686 lpia))
DEJAGNU_TIMEOUT=180
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-6.git
More information about the Reproducible-commits
mailing list