ci: bump mount wait time for macOS

This commit is contained in:
sithlord48
2024-12-07 10:49:34 -05:00
committed by Chris Rizzitello
parent 751904f27c
commit cb638f4712

View File

@ -9,7 +9,7 @@ on run argv
repeat while open_attempts < 5
try
open
delay 1
delay 5
set open_attempts to 5
close
on error errStr number errorNumber