Browse Source

change wait process gid to 4

pull/175/head
yedf2 4 years ago
parent
commit
eb1395223d
  1. 2
      test/types.go

2
test/types.go

@ -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")
}
}

Loading…
Cancel
Save