Skip to content

Commit

Permalink
Reduce delay when building Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Aug 31, 2019
1 parent 944fa59 commit 016a722
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/container-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ function cleanup {
}

function test_container {
local QUERY_TIMEOUT=150
local QUERY_PERIOD=15
local QUERY_RETRIES=$((QUERY_TIMEOUT/QUERY_PERIOD))
local QUERY_PERIOD=5
local QUERY_RETRIES=30

trap cleanup EXIT

Expand Down

0 comments on commit 016a722

Please sign in to comment.