Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
more time for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GMHDBJD authored and ti-chi-bot committed May 19, 2021
1 parent bdd3896 commit 5ec1203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/schema/tracker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ func (s *trackerSuite) TestCreateTableIfNotExists(c *C) {
c.Assert(err, IsNil)
}
duration := time.Since(start)
c.Assert(duration.Seconds(), Less, float64(15))
c.Assert(duration.Seconds(), Less, float64(20))
}

func (s *trackerSuite) TestAllSchemas(c *C) {
Expand Down

0 comments on commit 5ec1203

Please sign in to comment.