Skip to content

Commit f927f62

Browse files
committed
fix: try to increase wait time to operation
1 parent e1f5860 commit f927f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/tools/dbmate-tool.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ EOF
168168
while [ $count -lt $max_wait ]; do
169169
if [ -S "./.overmind.sock" ]; then
170170
# Found the socket, give it a moment to be ready
171-
sleep 2
171+
sleep 5
172172
echo "Socket file found and ready"
173173
break
174174
fi

0 commit comments

Comments
 (0)