updated docker.sh

pull/2/head
Hari Sekhon 8 years ago
parent f21b22f905
commit 4187853c5a

@ -50,7 +50,9 @@ external_docker(){
startupwait(){ startupwait(){
startupwait="${1:-30}" startupwait="${1:-30}"
is_CI && let startupwait*=2 if is_CI; then
let startupwait*=2
fi
} }
launch_container(){ launch_container(){

Loading…
Cancel
Save