Commit 9f75d694 authored by Steven Allen's avatar Steven Allen

test: deflake read deadline interrupt test

parent fd4aa8d9
...@@ -1673,7 +1673,7 @@ func TestReadDeadlineInterrupt(t *testing.T) { ...@@ -1673,7 +1673,7 @@ func TestReadDeadlineInterrupt(t *testing.T) {
select { select {
case <-done: case <-done:
case <-time.After(10 * time.Millisecond): case <-time.After(100 * time.Millisecond):
t.Fatal("read should have finished") t.Fatal("read should have finished")
} }
......
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