We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6191a64 commit 5a7499bCopy full SHA for 5a7499b
db/es/maintenance_test.go
@@ -10,7 +10,7 @@ func (suite *TestingSuite) TestElasticSearchSchemaInit() {
10
dbo, err := db.Open(db.Config{
11
ConnString: suite.ConnString,
12
MaxOpenConns: 16,
13
- MaxConnLifetime: 100 * time.Millisecond,
+ MaxConnLifetime: 1000 * time.Millisecond,
14
})
15
16
if err != nil {
0 commit comments