mirror of https://github.com/v2ray/v2ray-core
Update test
parent
5604ff175b
commit
ef790375ee
|
@ -23,7 +23,7 @@ func TestTimedStringMap(t *testing.T) {
|
|||
assert.Bool(ok).IsTrue()
|
||||
assert.String(v2.(string)).Equals("Value2")
|
||||
|
||||
tick := time.Tick(3 * time.Second)
|
||||
tick := time.Tick(4 * time.Second)
|
||||
<-tick
|
||||
|
||||
v1, ok = m.Get("Key1")
|
||||
|
|
Loading…
Reference in New Issue