Skip to content

Commit

Permalink
ddl: make TestTransactionOnAddDropColumn stable (pingcap#16511)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimulala authored Apr 17, 2020
1 parent 6350c7b commit 10b1181
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 @@ -88,7 +88,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 10b1181

Please sign in to comment.