Skip to content

Commit b954e72

Browse files
committed
make the case stable
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
1 parent aaa4001 commit b954e72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

store/tikv/client_fail_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ func (s *testClientFailSuite) TestPanicInRecvLoop(c *C) {
6161
time.Sleep(time.Second)
6262
c.Assert(failpoint.Disable("github.com/pingcap/tidb/store/tikv/gotErrorInRecvLoop"), IsNil)
6363
c.Assert(failpoint.Disable("github.com/pingcap/tidb/store/tikv/panicInFailPendingRequests"), IsNil)
64+
time.Sleep(time.Second)
6465

6566
req := &tikvrpc.Request{
6667
Type: tikvrpc.CmdEmpty,

0 commit comments

Comments
 (0)