Skip to content

Commit

Permalink
[t] increase DNS TTL
Browse files Browse the repository at this point in the history
so it does not expire during the test
  • Loading branch information
mikz committed Oct 19, 2017
1 parent 2ad00c5 commit 133b1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/014-apicast-async-reporting.t
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ all ok
--- error_code: 200
--- udp_listen: 1953
--- udp_reply eval
$::dns->("localhost.example.com", "127.0.0.1")
$::dns->("localhost.example.com", "127.0.0.1", 60)
--- no_error_log
[error]
--- error_log
Expand Down

0 comments on commit 133b1f5

Please sign in to comment.