Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fail a little faster
  • Loading branch information
kraih committed Aug 16, 2014
1 parent 4eadb95 commit b853d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojo/websocket_proxy_tls.t
Expand Up @@ -298,7 +298,7 @@ $tx = $ua->get("https://localhost:$close");
is $err->{message}, 'Proxy connection failed', 'right error';

# Idle connection through proxy
$tx = $ua->connect_timeout(0.5)->get("https://localhost:$idle");
$tx = $ua->connect_timeout(0.25)->get("https://localhost:$idle");
is $err->{message}, 'Proxy connection failed', 'right error';
$ua->connect_timeout(10);

Expand Down

0 comments on commit b853d16

Please sign in to comment.