We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403f2c3 commit d2b2b0aCopy full SHA for d2b2b0a
CHANGELOG.md
@@ -14,6 +14,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
14
15
### Fixed
16
17
+- Flaky decimal/TestSelect (#300)
18
+
19
## [1.12.0] - 2023-06-07
20
21
The release introduces the ability to gracefully close Connection
decimal/decimal_test.go
@@ -19,7 +19,7 @@ var isDecimalSupported = false
var server = "127.0.0.1:3013"
var opts = Opts{
22
- Timeout: 500 * time.Millisecond,
+ Timeout: 5 * time.Second,
23
User: "test",
24
Pass: "test",
25
}
0 commit comments