Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.

### Fixed

- Flaky decimal/TestSelect (#300)

## [1.12.0] - 2023-06-07

The release introduces the ability to gracefully close Connection
Expand Down
2 changes: 1 addition & 1 deletion decimal/decimal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var isDecimalSupported = false

var server = "127.0.0.1:3013"
var opts = Opts{
Timeout: 500 * time.Millisecond,
Timeout: 5 * time.Second,
User: "test",
Pass: "test",
}
Expand Down