Skip to content

Commit 642c31f

Browse files
authored
chore: Change mongodbatlas_stream_privatelink_endpoint timeout to 60m (#3857)
1 parent 4e138d1 commit 642c31f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/3857.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/mongodbatlas_stream_privatelink_endpoint: Changes timeout from 20m to 1h
3+
```

internal/service/streamprivatelinkendpoint/state_transition.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
defaultTimeout = 20 * time.Minute // The amount of time to wait before timeout
15+
defaultTimeout = 60 * time.Minute // The amount of time to wait before timeout
1616
defaultMinTimeout = 30 * time.Second // Smallest time to wait before refreshes
1717
)
1818

0 commit comments

Comments
 (0)