t/op/sigdispatch.t: Increase timeout to avoid issues on slow processors
authorBrian Fraser <fraserbn@gmail.com>
Thu, 25 Apr 2013 16:46:09 +0000 (13:46 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Sun, 26 Jan 2014 17:44:23 +0000 (14:44 -0300)
t/op/sigdispatch.t

index 9c583f7..7457ccb 100644 (file)
@@ -12,7 +12,7 @@ use Config;
 plan tests => 29;
 $| = 1;
 
-watchdog(15);
+watchdog(25);
 
 $SIG{ALRM} = sub {
     die "Alarm!\n";