Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Reduce time test script waits for IPs to be reclaimed
Browse files Browse the repository at this point in the history
Now we have a callback when a node is removed, there should be no
reason to wait 90 seconds.

The reclaim does wait up to 5 seconds before starting, so allowing 10
seconds in the script should be sufficient.
  • Loading branch information
bboreham committed Oct 11, 2019
1 parent 821b787 commit 79e032c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function relaunch_weave_pod {
# Suite
#
function main {
local IPAM_RECOVER_DELAY=90
local IPAM_RECOVER_DELAY=10

start_suite "Test weave-net deallocates from IPAM on node failure";

Expand Down

0 comments on commit 79e032c

Please sign in to comment.