We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736e568 commit 90fbf2cCopy full SHA for 90fbf2c
paralleler_test.go
@@ -51,6 +51,7 @@ func TestParallelerRunWithFailure(t *testing.T) {
51
for i := 0; i < 5; i++ {
52
n := i
53
p.Add(func() error {
54
+ time.Sleep(10 * time.Millisecond)
55
cnt.Add(1)
56
if n == 2 {
57
return expectedErr
0 commit comments