We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae617f commit 3cddf41Copy full SHA for 3cddf41
tests/travis/setup_arangodb.sh
@@ -47,8 +47,8 @@ if [ "x$process" == "x" ]; then
47
exit 1
48
fi
49
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
+echo "Waiting until ArangoDB is ready on port 8529"
+while [[ -z `curl -uroot: -s 'http://127.0.0.1:8529/_api/version' ` ]] ; do
52
echo -n "."
53
sleep 2s
54
done
0 commit comments