File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sudo nohup neo4j start >&/dev/null &
4
4
5
5
# wait until ready
6
6
set +e
7
- POLL_INTERVAL_SECS=0.5
7
+ POLL_INTERVAL_SECS=1
8
8
RETRY_NUM=20
9
9
while [[ $RETRY_NUM -gt 0 ]]; do
10
10
lsof -i :7687 > /dev/null
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ tmux new-session -d -s "typedb" "./$DISTRIBUTION_DIR/typedb server > ./$DISTRIBU
9
9
10
10
# wait until ready
11
11
set +e
12
- POLL_INTERVAL_SECS=0.5
12
+ POLL_INTERVAL_SECS=1
13
13
RETRY_NUM=20
14
14
while [[ $RETRY_NUM -gt 0 ]]; do
15
15
lsof -i :1729 > /dev/null
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ tmux new-session -d -s "typedb" "./$DISTRIBUTION_DIR/typedb server --diagnostics
9
9
10
10
# wait until ready
11
11
set +e
12
- POLL_INTERVAL_SECS=0.5
12
+ POLL_INTERVAL_SECS=1
13
13
RETRY_NUM=20
14
14
while [[ $RETRY_NUM -gt 0 ]]; do
15
15
lsof -i :1729 > /dev/null
You can’t perform that action at this time.
0 commit comments