mirror of
https://github.com/actions/runner-images.git
synced 2026-01-08 03:07:32 +08:00
removed timeout
This commit is contained in:
@@ -22,4 +22,10 @@ rm -rf ~/utils ~/image-generation
|
|||||||
# Erase all indexes and wait until the rebuilding process ends,
|
# Erase all indexes and wait until the rebuilding process ends,
|
||||||
# for now there is no way to get status of indexing process, it takes around 3 minutes to accomplish
|
# for now there is no way to get status of indexing process, it takes around 3 minutes to accomplish
|
||||||
sudo mdutil -E /
|
sudo mdutil -E /
|
||||||
sleep 180
|
|
||||||
|
sudo log stream | while true; do
|
||||||
|
if read -rt5 && [[ $REPLY =~ "executeQuery with success=0" ]]; then
|
||||||
|
echo "indexing completed"
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
done
|
||||||
Reference in New Issue
Block a user