Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Increase instance type for growing software factory testing
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonywendt committed Nov 9, 2023
1 parent e6a6d76 commit e76f742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func SetupTestPlatform(t *testing.T, platform *types.TestPlatform) { //nolint:fu
namespace := "uds-swf"
stage := "terratest"
name := fmt.Sprintf("e2e-%s", random.UniqueId())
instanceType := "m6i.8xlarge"
instanceType := "m6i.12xlarge"
teststructure.RunTestStage(t, "SETUP", func() {
keyPairName := fmt.Sprintf("%s-%s-%s", namespace, stage, name)
keyPair := aws.CreateAndImportEC2KeyPair(t, awsRegion, keyPairName)
Expand Down

0 comments on commit e76f742

Please sign in to comment.