Skip to content

Commit

Permalink
Merge pull request #710 from rawleyfowler/master
Browse files Browse the repository at this point in the history
Add previously unused UA timeout to User Agent in HTTP::Server::PSGI test
  • Loading branch information
miyagawa authored May 23, 2024
2 parents 24b3867 + d4cdb62 commit 1ef5abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/HTTP-Server-PSGI/listen.t
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ test_tcp(
client => sub {
my $port = shift;
my $ua = LWP::UserAgent->new;
$ua->timeout($ua_timeout);
my $res = $ua->get("http://127.0.0.1:$port/");
ok $res->is_success;
is $res->code, 200;
Expand Down

0 comments on commit 1ef5abe

Please sign in to comment.