From: Brian Fraser Date: Thu, 25 Apr 2013 16:46:09 +0000 (-0300) Subject: t/op/sigdispatch.t: Increase timeout to avoid issues on slow processors X-Git-Tag: upstream/5.20.0~614^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a75b628df5e30a63c73f5412bbd17648b0eb847e;p=platform%2Fupstream%2Fperl.git t/op/sigdispatch.t: Increase timeout to avoid issues on slow processors --- diff --git a/t/op/sigdispatch.t b/t/op/sigdispatch.t index 9c583f7..7457ccb 100644 --- a/t/op/sigdispatch.t +++ b/t/op/sigdispatch.t @@ -12,7 +12,7 @@ use Config; plan tests => 29; $| = 1; -watchdog(15); +watchdog(25); $SIG{ALRM} = sub { die "Alarm!\n";