In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/2b7eb4debacea522345b51816a4abc9d222804ce?hp=d219a6caabadff92085b30a1b95bd654b759ea4a>

- Log -----------------------------------------------------------------
commit 2b7eb4debacea522345b51816a4abc9d222804ce
Author: David Mitchell <[email protected]>
Date:   Tue Sep 23 10:18:05 2014 +0100

    t/re/speed.t: adjust watchdog timeout
    
    Thus is based on measuring it on a raspberry pi, which is about the
    slowest thing on earth.
-----------------------------------------------------------------------

Summary of changes:
 t/re/speed.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/re/speed.t b/t/re/speed.t
index 0922a95..360d889 100644
--- a/t/re/speed.t
+++ b/t/re/speed.t
@@ -42,7 +42,7 @@ run_tests() unless caller;
 sub run_tests {
 
 
-    watchdog(40 * (($::running_as_thread && $::running_as_thread) ? 2 : 1));
+    watchdog(($::running_as_thread && $::running_as_thread) ? 50 : 75);
 
     {
         # [perl #120446]

--
Perl5 Master Repository

Reply via email to