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 8169e72 commit 2aaef90Copy full SHA for 2aaef90
support/bundler/bundler_test.go
@@ -394,7 +394,7 @@ func TestBundlerTimeBasedFlushDeadlock(t *testing.T) {
394
b.BundleByteThreshold = math.MaxInt32
395
396
ctx, cancel := context.WithCancel(context.Background())
397
- time.AfterFunc(15*time.Second, cancel)
+ time.AfterFunc(30*time.Second, cancel)
398
399
add := func(i int) {
400
for j := 0; j < iterations; j++ {
0 commit comments