1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-25 05:16:09 -04:00

Update test

This commit is contained in:
V2Ray 2015-09-23 22:02:55 +02:00
parent 5604ff175b
commit ef790375ee

View File

@ -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")