mirror of
https://github.com/actions/runner-images.git
synced 2025-12-29 13:17:53 +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,
|
||||
# for now there is no way to get status of indexing process, it takes around 3 minutes to accomplish
|
||||
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