X Tutup
Skip to content

Commit 6005163

Browse files
author
Leo Antunes
committed
test against gitlab EE
1 parent 8ea7c67 commit 6005163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build_test_env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ cleanup() {
7575
}
7676

7777
try docker run --name gitlab-test --detach --publish 8080:80 \
78-
--publish 2222:22 gpocentek/test-python-gitlab:latest >/dev/null
78+
--publish 2222:22 costela/test-python-gitlab:latest >/dev/null
7979

8080
LOGIN='root'
8181
PASSWORD='5iveL!fe'
@@ -100,7 +100,7 @@ while :; do
100100
curl -s http://localhost:8080/users/sign_in 2>/dev/null \
101101
| grep -q "GitLab Community Edition" && break
102102
I=$((I+5))
103-
[ "$I" -lt 120 ] || fatal "timed out"
103+
[ "$I" -lt 300 ] || fatal "timed out"
104104
done
105105
sleep 5
106106

0 commit comments

Comments
 (0)
X Tutup