mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
Update test
This commit is contained in:
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…
x
Reference in New Issue
Block a user