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

bugfix

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