Skip to content

Commit a00320b

Browse files
authored
Update pr_test.go
1 parent acbd14e commit a00320b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pr_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ func TestVpcDependencyPermutations(t *testing.T) {
391391
options := testaddons.TestAddonsOptionsDefault(&testaddons.TestAddonOptions{
392392
Testing: t,
393393
Prefix: "vpc-per",
394-
StaggerDelay: testaddons.StaggerDelay(15 * time.Second), // 15s delay between batches
395-
StaggerBatchSize: testaddons.StaggerBatchSize(6), // 6 tests per batch
394+
StaggerDelay: testaddons.StaggerDelay(20 * time.Second), // 20s delay between batches
395+
StaggerBatchSize: testaddons.StaggerBatchSize(4), // 4 tests per batch
396396
WithinBatchDelay: testaddons.WithinBatchDelay(3 * time.Second), // 3s delay within batch
397397
AddonConfig: cloudinfo.AddonConfig{
398398
OfferingName: "deploy-arch-ibm-vpc",

0 commit comments

Comments
 (0)