Commit 26d2ba05 authored by inphi's avatar inphi

bump test timeout

parent 236875d9
...@@ -56,7 +56,7 @@ func TestHints(t *testing.T) { ...@@ -56,7 +56,7 @@ func TestHints(t *testing.T) {
close(done) close(done)
}() }()
select { select {
case <-time.After(time.Second * 20): case <-time.After(time.Second * 30):
t.Error("reader/writer stuck") t.Error("reader/writer stuck")
case <-done: case <-done:
} }
......
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