Skip to content

Commit

Permalink
Update timeout for sem-dockerize
Browse files Browse the repository at this point in the history
  • Loading branch information
d-stefanovic committed Dec 16, 2024
1 parent eb33cf4 commit 82e1c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sem-dockerize
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ run::dockerize(){
local port=$1
local service=$(echo "${@: -1}")

dockerize -wait tcp://0.0.0.0:${port} -timeout 30s 2>/dev/null
dockerize -wait tcp://0.0.0.0:${port} -timeout 60s 2>/dev/null

echo $?
}
Expand Down

0 comments on commit 82e1c9d

Please sign in to comment.