This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update lengthen time-out time for t/re/re.t.
authorNobuhiro Iwamatsu <>
Sun, 5 Jun 2011 00:38:58 +0000 (17:38 -0700)
committerJesse Vincent <jesse@bestpractical.com>
Wed, 8 Jun 2011 15:53:25 +0000 (11:53 -0400)
commit5bd02b924687f60fff4353b19b9dddd4a9dd0d3c
tree1fb3e5e9dc3fc63b7b3ede525107a8d284e3c22d
parent0673045fe88b0e4b3f72b8afc1ad54943a7db352
Update lengthen time-out time for t/re/re.t.

When we carry out this test on SH4, it becomes the time-out.
2 seconds are set in watchdog, but are too short for SH4.
This patch was changed for 10 seconds.

$ time ./perl  t/re/re.t
1..19
ok 1 - is_regexp(REGEXP ref)
ok 2 - is_regexp(REGEXP)
ok 3 - is_regexp("")
ok 4 - regexp_pattern[0] (ref)
ok 5 - regexp_pattern[1] (ref)
ok 6 - scalar regexp_pattern (ref)
ok 7 - regexp_pattern[0] (bare REGEXP)
ok 8 - regexp_pattern[1] (bare REGEXP)
ok 9 - scalar regexp_pattern (bare REGEXP)
ok 10 - !regexp_pattern("")
ok 11 - regnames
ok 12 - regnames
ok 13 - regnames in scalar context
ok 14 - regnames
ok 15
ok 16
ok 17
ok 18
ok 19 - Didn't loop

real    0m7.482s
user    0m3.848s
sys     0m0.036s
ext/re/t/re_funcs_u.t