Commit 3e540840 authored by 张振华's avatar 张振华

bugfix

parent 5af09425
......@@ -13,7 +13,7 @@ func TestTicker(t *testing.T) {
ticker.Start()
ti := timeoutInfo{
Duration: time.Second * time.Duration(2),
Duration: time.Second * time.Duration(3),
State: InitStateType,
}
fmt.Println("timeoutInfo:", ti.String())
......
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