Skip to content

Commit

Permalink
increase timer for creating index
Browse files Browse the repository at this point in the history
  • Loading branch information
biozal committed Sep 23, 2024
1 parent 693dd96 commit aaad80e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.8"
services:

couchbase-server-ios-userprofile:
Expand Down
2 changes: 1 addition & 1 deletion src/couchbase-server/init-cbserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if ! [ -f "$FILE" ]; then
--roles mobile_sync_gateway[*] \
--auth-domain local

sleep 2s
sleep 10s

/opt/couchbase/bin/curl -v http://localhost:8093/query/service \
-u $COUCHBASE_ADMINISTRATOR_USERNAME:$COUCHBASE_ADMINISTRATOR_PASSWORD \
Expand Down

0 comments on commit aaad80e

Please sign in to comment.