Skip to content

Commit 7a9eed3

Browse files
authored
Update timeout for sem-dockerize (#476)
1 parent c09f65e commit 7a9eed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sem-dockerize

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ run::dockerize(){
55
local port=$1
66
local service=$(echo "${@: -1}")
77

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

1010
echo $?
1111
}

0 commit comments

Comments
 (0)