diff options
Diffstat (limited to 'recipes/perl/perl-5.10.1/arm_thread_stress_timeout.diff')
-rw-r--r-- | recipes/perl/perl-5.10.1/arm_thread_stress_timeout.diff | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/perl/perl-5.10.1/arm_thread_stress_timeout.diff b/recipes/perl/perl-5.10.1/arm_thread_stress_timeout.diff new file mode 100644 index 0000000000..785ac46361 --- /dev/null +++ b/recipes/perl/perl-5.10.1/arm_thread_stress_timeout.diff @@ -0,0 +1,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) |