Skip to content

Commit

Permalink
change wait process gid to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
yedf2 committed Jan 10, 2022
1 parent 6933154 commit eb13952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func waitTransProcessed(gid string) {
case id := <-dtmsvr.TransProcessedTestChan:
logger.FatalfIf(id != gid, "------- expecting: %s but %s found", gid, id)
logger.Debugf("finish for gid %s", gid)
case <-time.After(time.Duration(time.Second * 3)):
case <-time.After(time.Duration(time.Second * 4)):
logger.FatalfIf(true, "Wait Trans timeout")
}
}
Expand Down

0 comments on commit eb13952

Please sign in to comment.