summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.sh b/init.sh
index 01115e3..0670f5e 100644
--- a/init.sh
+++ b/init.sh
@@ -4,13 +4,13 @@ export COUCHDB_NAME=test
export COUCHDB_HOSTNAME=localhost
cd soc_collector/docker/
docker compose up -d
-read
+sleep 2
cd ../demo/
python ../src/wsgi.py &
cd ../..
go run jwt_mock.go &
-read
+sleep 2
export PER_PAGE=2
export COLLECTOR_URL=http://localhost:8000