Update test

pull/27/head
V2Ray 2015-09-23 22:02:55 +02:00
parent 5604ff175b
commit ef790375ee
1 changed files with 1 additions and 1 deletions

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