From 0b90f4e20f86d107a319bac9aefb093cbec83177 Mon Sep 17 00:00:00 2001 From: Predrag Janosevic Date: Fri, 20 Dec 2024 14:22:44 +0000 Subject: [PATCH] Remove hardcoded timeout from db redis test (#403) Global timeout was bumped in #398 , we no longer need custom timeout in database tests. --- CHANGELOG.md | 1 + pkg/resources/database/testdata/datasource.tmpl | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) 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" - } }