Skip to content

Commit

Permalink
ddl: make TestTransactionOnAddDropColumn stable (#16511) (#16516)
Browse files Browse the repository at this point in the history
  • Loading branch information
sre-bot authored Apr 21, 2020
1 parent cf72c89 commit a7091c9
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 @@ -87,7 +87,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 a7091c9

Please sign in to comment.