Skip to content

Commit

Permalink
Revert "Deal with test race"
Browse files Browse the repository at this point in the history
This reverts commit cf868fc.

This was "fixing" the wrong test, I was in a hurry and didn't pay
attention.
  • Loading branch information
felixge committed Jun 25, 2020
1 parent 6cc725c commit 3295f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fgprof_test.go
Expand Up @@ -17,7 +17,7 @@ import (
func TestStart(t *testing.T) {
out := &bytes.Buffer{}
stop := Start(out, FormatFolded)
time.Sleep(1000 * time.Millisecond)
time.Sleep(100 * time.Millisecond)
if err := stop(); err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 3295f6c

Please sign in to comment.