Skip to content

Commit

Permalink
ddl: make TestTransactionOnAddDropColumn and TestTransactionWithWrite…
Browse files Browse the repository at this point in the history
…OnlyColumn stable (#16511) (#16515)
  • Loading branch information
sre-bot authored Apr 21, 2020
1 parent 502dc3f commit ff1989e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddl/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type testDBSuite struct {
func setUpSuite(s *testDBSuite, c *C) {
var err error

s.lease = 100 * time.Millisecond
s.lease = 600 * time.Millisecond
session.SetSchemaLease(s.lease)
session.DisableStats4Test()
s.schemaName = "test_db"
Expand Down

0 comments on commit ff1989e

Please sign in to comment.