Skip to content

Commit 6ca5bb8

Browse files
reda-maizatenavyblueglove
and
navyblueglove
authored
fix(apple-silicon): increase timeout for server creation (#2704)
Co-authored-by: navyblueglove <[email protected]>
1 parent 57266be commit 6ca5bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/applesilicon/waiters.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
const (
13-
defaultAppleSiliconServerTimeout = 2 * time.Minute
13+
defaultAppleSiliconServerTimeout = 20 * time.Minute
1414
defaultAppleSiliconServerRetryInterval = 5 * time.Second
1515
)
1616

0 commit comments

Comments
 (0)