summaryrefslogtreecommitdiff
path: root/recipes/perl/perl-5.10.1/arm_thread_stress_timeout.diff
blob: 785ac4636115db0da7a5ce96265be1a650fb9a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Subject: Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
Bug-Debian: http://bugs.debian.org/501970


---
 ext/threads-shared/t/stress.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ext/threads-shared/t/stress.t b/ext/threads-shared/t/stress.t
index e36ab0a..33aa3b8 100755
--- a/ext/threads-shared/t/stress.t
+++ b/ext/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: (daf8b46..) debian/arm_thread_stress_timeout (depends on: upstream)