Skip to content

Commit

Permalink
cmd: ddl_test modify retryCnt from 5 to 20 (#24662)
Browse files Browse the repository at this point in the history
  • Loading branch information
XuHuaiyu committed May 14, 2021
1 parent 031a9fa commit 392df99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ddltest/ddl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func (s *TestDDLSuite) SetUpSuite(c *C) {
s.procs = make([]*server, *serverNum)

// Set server restart retry count.
s.retryCount = 5
s.retryCount = 20

createLogFiles(c, *serverNum)
err = s.startServers()
Expand Down

0 comments on commit 392df99

Please sign in to comment.