From 5ec1203c9523cac8a133f807d4abb6ffc1f92b6b Mon Sep 17 00:00:00 2001 From: gmhdbjd Date: Tue, 18 May 2021 17:51:06 +0800 Subject: [PATCH] more time for ci --- pkg/schema/tracker_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/schema/tracker_test.go b/pkg/schema/tracker_test.go index a436ef9e73..0e36498a11 100644 --- a/pkg/schema/tracker_test.go +++ b/pkg/schema/tracker_test.go @@ -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) {