mirror of
git://git.yoctoproject.org/poky
synced 2026-09-27 03:36:41 +00:00
And changed the perl tarball URL to more stable cpan location. (From OE-Core rev: 3a08c401f298095840a2aee9079845f5ff434410) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
690 B
Diff
26 lines
690 B
Diff
Upstream-Status:Inappropriate [debian patch]
|
|
|
|
Subject: Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
|
|
Bug-Debian: http://bugs.debian.org/501970
|
|
|
|
|
|
---
|
|
dist/threads-shared/t/stress.t | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/dist/threads-shared/t/stress.t b/dist/threads-shared/t/stress.t
|
|
index adfd1ed..652a3e6 100755
|
|
--- a/dist/threads-shared/t/stress.t
|
|
+++ b/dist/threads-shared/t/stress.t
|
|
@@ -34,7 +34,7 @@ use threads::shared;
|
|
{
|
|
my $cnt = 50;
|
|
|
|
- my $TIMEOUT = 60;
|
|
+ my $TIMEOUT = 150;
|
|
|
|
my $mutex = 1;
|
|
share($mutex);
|
|
--
|
|
tg: (a508b62..) debian/arm_thread_stress_timeout (depends on: upstream)
|