Skip to content

Commit 3295f6c

Browse files
committed
Revert "Deal with test race"
This reverts commit cf868fc. This was "fixing" the wrong test, I was in a hurry and didn't pay attention.
1 parent 6cc725c commit 3295f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fgprof_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
func TestStart(t *testing.T) {
1818
out := &bytes.Buffer{}
1919
stop := Start(out, FormatFolded)
20-
time.Sleep(1000 * time.Millisecond)
20+
time.Sleep(100 * time.Millisecond)
2121
if err := stop(); err != nil {
2222
t.Fatal(err)
2323
}

0 commit comments

Comments
 (0)