Skip to content

Commit 3cddf41

Browse files
author
Mark
committed
travis
1 parent 8ae617f commit 3cddf41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/travis/setup_arangodb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ if [ "x$process" == "x" ]; then
4747
exit 1
4848
fi
4949

50-
echo "Waiting until ArangoDB is ready on port 8531"
51-
while [[ -z `curl -uroot: -s 'http://127.0.0.1:8531/_api/version' ` ]] ; do
50+
echo "Waiting until ArangoDB is ready on port 8529"
51+
while [[ -z `curl -uroot: -s 'http://127.0.0.1:8529/_api/version' ` ]] ; do
5252
echo -n "."
5353
sleep 2s
5454
done

0 commit comments

Comments
 (0)