Commit df73c7f
committed
test: increase HTTP verify attempts from 10 to 60
Fixes #1403. With host networking the container port becomes reachable
as soon as the process starts listening, before httpd is ready to serve
requests. Unlike the bridge/veth tests there is no intervening network
setup or must_reach() ping step to act as a startup buffer, so the race
between httpd init and the first curl attempt is tight. Ten
attempts (one per second) was not enough headroom; raise it to 60 to
match the restart-verify step in the same test.
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>1 parent a8b23cd commit df73c7f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments