Skip to content

Commit a62c087

Browse files
committed
src/os: revert accidentally submitted change
Change-Id: Ib34984a6bd0abc76266e8aac96f9f8ad8ae21d17 Reviewed-on: https://go-review.googlesource.com/c/go/+/322894 Trust: Damien Neil <[email protected]> Run-TryBot: Damien Neil <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 1d5298d commit a62c087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/pipe_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ func TestFdReadRace(t *testing.T) {
462462
// Give the other goroutine a chance to enter the Read.
463463
// It doesn't matter if this occasionally fails, the test
464464
// will still pass, it just won't test anything.
465-
//time.Sleep(10 * time.Millisecond)
465+
time.Sleep(10 * time.Millisecond)
466466
r.Fd()
467467

468468
// The bug was that Fd would hang until Read timed out.

0 commit comments

Comments
 (0)