Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Apr 1, 2024
1 parent bb8e8d9 commit f47dc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/request.t
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ THROTTLE: {
$start = Time::HiRes::time();
# Will fail on slow machines
time_atmost(sub { $response = $ua->get('https://www.perl.org/'); }, 8, 'should not be throttled');
ok($response->is_success());
cmp_ok($response->is_success(), '!=', 0, 'Gets sucess from www.perl.org');

sleep(8);

Expand Down

0 comments on commit f47dc5c

Please sign in to comment.