Skip to content

Commit 25f4e72

Browse files
committed
Fix flaky test in ci pipeline
1 parent 2f3d752 commit 25f4e72

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

core/delay/log_normal_generator_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
package delay
22

33
import (
4+
"sort"
5+
"testing"
6+
47
. "github.com/onsi/gomega"
58
"gonum.org/v1/gonum/floats"
69
"gonum.org/v1/gonum/stat"
7-
"sort"
8-
"testing"
910
)
1011

11-
const tolerance = 10
12+
const tolerance = 50
1213

1314
func TestLogNormalGenerator_GenerateDelay(t *testing.T) {
1415
RegisterTestingT(t)

0 commit comments

Comments
 (0)