Skip to content

Commit

Permalink
Give 10 seconds time instead of 5
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 21, 2013
1 parent 165aab2 commit e95d9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-io/IO-Socket-INET.t
Expand Up @@ -10,7 +10,7 @@ sub elapsed {
LEAVE $last = time;
return "[{ $elapsed = time - $last }s]";
}
my $toolong = 5;
my $toolong = 10;

# L<S32::IO/IO::Socket::INET>

Expand Down

0 comments on commit e95d9dd

Please sign in to comment.