diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1b43cee..d0403ac27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ BUG FIXES: - Ignore block storage detach error when already detached #393 +- Remove hardcoded timeout from db redis test #403 ## 0.62.3 diff --git a/pkg/resources/database/testdata/datasource.tmpl b/pkg/resources/database/testdata/datasource.tmpl index 53951b422..7904f8341 100644 --- a/pkg/resources/database/testdata/datasource.tmpl +++ b/pkg/resources/database/testdata/datasource.tmpl @@ -2,7 +2,4 @@ data "exoscale_database_uri" "{{ .ResourceName }}" { name = {{ .Name }} type = "{{ .Type }}" zone = "{{ .Zone }}" - timeouts { - read = "20m" - } }