Skip to content

Commit

Permalink
fix: set sleep time is 15s
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong(cubxxw-openim) <[email protected]>
  • Loading branch information
cubxxw committed Aug 29, 2023
1 parent 5db0ec6 commit f608e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker_start_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ for ((i = 0; i < ${#service_filenames[*]}; i++)); do
done
done

sleep 5
sleep 20
${OPENIM_ROOT}/scripts/check_all.sh

tail -f ${logs_dir}/openIM.log

0 comments on commit f608e7d

Please sign in to comment.