Skip to content

Commit

Permalink
Tweak timeouts a bit to stabilize logexpect
Browse files Browse the repository at this point in the history
  • Loading branch information
nigoroll committed Jun 23, 2023
1 parent 6565090 commit 8cf0345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/test11.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ varnish v1 -vcl+backend {
curl.set_timeout(200);
curl.set_connect_timeout(200);
} else {
curl.set_timeout(1300);
curl.set_connect_timeout(1300);
curl.set_timeout(1310);
curl.set_connect_timeout(1310);
}
std.timestamp("curl:start");
curl.get("http://${s1_addr}:${s1_port}");
Expand Down

0 comments on commit 8cf0345

Please sign in to comment.