We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a9e43 commit 6cddcd7Copy full SHA for 6cddcd7
CHANGELOG.md
@@ -32,6 +32,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
32
33
### Fixed
34
35
+- Flaky decimal/TestSelect (#300)
36
+
37
## [1.12.0] - 2023-06-07
38
39
The release introduces the ability to gracefully close Connection
decimal/decimal_test.go
@@ -21,7 +21,7 @@ var isDecimalSupported = false
21
22
var server = "127.0.0.1:3013"
23
var opts = Opts{
24
- Timeout: 500 * time.Millisecond,
+ Timeout: 5 * time.Second,
25
User: "test",
26
Pass: "test",
27
}
0 commit comments