Skip to content

Commit

Permalink
Remove hardcoded timeout from db redis test (#403)
Browse files Browse the repository at this point in the history
Global timeout was bumped in #398 , we no longer need custom timeout in
database tests.
  • Loading branch information
kobajagi authored Dec 20, 2024
1 parent 918dcc1 commit 0b90f4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions pkg/resources/database/testdata/datasource.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ data "exoscale_database_uri" "{{ .ResourceName }}" {
name = {{ .Name }}
type = "{{ .Type }}"
zone = "{{ .Zone }}"
timeouts {
read = "20m"
}
}

0 comments on commit 0b90f4e

Please sign in to comment.