Commit ff2e81ed authored by kingwang's avatar kingwang Committed by vipwzw

fix ticket test time

parent 7583379c
...@@ -74,7 +74,7 @@ func testTicket(t *testing.T) { ...@@ -74,7 +74,7 @@ func testTicket(t *testing.T) {
hastclose := false hastclose := false
hastopen := false hastopen := false
for { for {
height += 50 height += 20
err = mock33.WaitHeight(height) err = mock33.WaitHeight(height)
assert.Nil(t, err) assert.Nil(t, err)
//查询票是否自动close,并且购买了新的票 //查询票是否自动close,并且购买了新的票
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment