We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57266be commit 6ca5bb8Copy full SHA for 6ca5bb8
internal/services/applesilicon/waiters.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
const (
13
- defaultAppleSiliconServerTimeout = 2 * time.Minute
+ defaultAppleSiliconServerTimeout = 20 * time.Minute
14
defaultAppleSiliconServerRetryInterval = 5 * time.Second
15
16
0 commit comments