Skip to content

Commit ccc7716

Browse files
authored
test macos timeout 1000
1 parent c1a99d5 commit ccc7716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/setup-docker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ while ! /Applications/Docker.app/Contents/Resources/bin/docker system info &>/de
178178
command -v docker || echo 'test docker command loop: not found'
179179
sleep 1
180180
# wait 180s(3min)
181-
if [ $i -gt 180 ];then exit 1;sudo /Applications/Docker.app/Contents/MacOS/com.docker.diagnose check;uname -a;system_profiler SPHardwareDataType;echo "::error::-- Wait docker start $i s too long, exit"; exit 1; fi
181+
if [ $i -gt 1000 ];then exit 1;sudo /Applications/Docker.app/Contents/MacOS/com.docker.diagnose check;uname -a;system_profiler SPHardwareDataType;echo "::error::-- Wait docker start $i s too long, exit"; exit 1; fi
182182
done
183183
echo "::notice::-- Docker is ready.Wait time is $i s"
184184
uname -a || true

0 commit comments

Comments
 (0)