Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: CalvinNeo <[email protected]>
  • Loading branch information
CalvinNeo committed Jan 25, 2022
1 parent 2a94b31 commit 08e6e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddl/ddl_tiflash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (s *tiflashDDLTestSuite) TearDownSuite(c *C) {
s.dom.Close()
err := s.store.Close()
c.Assert(err, IsNil)
ddl.PollTiFlashInterval.Store(2 * time.Second)
ddl.PollTiFlashInterval = 2 * time.Second
}

func ChangeGCSafePoint(tk *testkit.TestKit, t time.Time, enable string, lifeTime string) {
Expand Down

0 comments on commit 08e6e95

Please sign in to comment.