bug4811: switched to a T3_LARGE instance in order to get Sailing server up and running at all

This commit is contained in:
Axel Uhl
2020-11-03 23:10:22 +01:00
parent 19ca5de61e
commit 2685585ce3
@@ -58,7 +58,7 @@ public class TestProcedures {
.setServerName(serverName)
.setLandscape(landscape)
.setRegion(region)
.setInstanceType(InstanceType.T3_SMALL)
.setInstanceType(InstanceType.T3_LARGE)
.setKeyName(keyName)
.setCommaSeparatedEmailAddressesToNotifyOfStartup("axel.uhl@sap.com")
.setTags(Optional.of(Tags.with("Hello", "World")))