From 5e553b629fe176b23d1d3066e8d17ed61300732d Mon Sep 17 00:00:00 2001 From: Yoshida Hiroshi Date: Mon, 2 Dec 2024 12:46:42 +0900 Subject: [PATCH] =?UTF-8?q?sleep=20=E3=82=92=E5=89=8A=E9=99=A4=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test_handler_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/test_handler_test.go b/test_handler_test.go index 8986a7f..506a6c4 100644 --- a/test_handler_test.go +++ b/test_handler_test.go @@ -63,9 +63,6 @@ func readDumpFile(t *testing.T, filename string, d time.Duration) *io.PipeReader t.Error(err.Error()) return } - - // 閉じてしまうとすぐに EOF で切断状態になるため少し待つ - time.Sleep(2 * time.Second) }() return r