We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea7c67 commit 6005163Copy full SHA for 6005163
tools/build_test_env.sh
@@ -75,7 +75,7 @@ cleanup() {
75
}
76
77
try docker run --name gitlab-test --detach --publish 8080:80 \
78
- --publish 2222:22 gpocentek/test-python-gitlab:latest >/dev/null
+ --publish 2222:22 costela/test-python-gitlab:latest >/dev/null
79
80
LOGIN='root'
81
PASSWORD='5iveL!fe'
@@ -100,7 +100,7 @@ while :; do
100
curl -s http://localhost:8080/users/sign_in 2>/dev/null \
101
| grep -q "GitLab Community Edition" && break
102
I=$((I+5))
103
- [ "$I" -lt 120 ] || fatal "timed out"
+ [ "$I" -lt 300 ] || fatal "timed out"
104
done
105
sleep 5
106
0 commit comments