File tree Expand file tree Collapse file tree
src/test/java/com/learning/awslambda Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 <groupId >software.amazon.awssdk</groupId >
6161 <artifactId >lambda</artifactId >
6262 </dependency >
63+ <dependency >
64+ <groupId >commons-io</groupId >
65+ <artifactId >commons-io</artifactId >
66+ <version >${commons-io.version} </version >
67+ </dependency >
6368
6469 <dependency >
6570 <groupId >org.springframework.boot</groupId >
119124 <dependency >
120125 <groupId >io.rest-assured</groupId >
121126 <artifactId >rest-assured</artifactId >
127+ <version >6.0.0</version >
122128 <scope >test</scope >
123129 </dependency >
124- <dependency >
125- <groupId >commons-io</groupId >
126- <artifactId >commons-io</artifactId >
127- <scope >test</scope >
128- <version >${commons-io.version} </version >
129- </dependency >
130130 </dependencies >
131131
132132 <dependencyManagement >
133133 <dependencies >
134- <dependency >
135- <groupId >io.rest-assured</groupId >
136- <artifactId >rest-assured</artifactId >
137- <version >6.0.0</version >
138- </dependency >
139134 <dependency >
140135 <groupId >org.springframework.cloud</groupId >
141136 <artifactId >spring-cloud-dependencies</artifactId >
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class ApplicationIntegrationTest {
7272 .withNetwork (network )
7373 .withEnv ("LOCALSTACK_HOST" , "localhost.localstack.cloud" )
7474 .withEnv ("LAMBDA_DOCKER_NETWORK" , ((Network .NetworkImpl ) network ).getName ())
75- .withEnv ("LAMBDA_RUNTIME_ENVIRONMENT_TIMEOUT" , "30 " )
75+ .withEnv ("LAMBDA_RUNTIME_ENVIRONMENT_TIMEOUT" , "60 " )
7676 .withEnv ("LAMBDA_REMOVE_CONTAINERS" , "false" )
7777 .withEnv ("LAMBDA_TRUNCATE_STDOUT" , "2000" )
7878 .withNetworkAliases ("localstack" )
You can’t perform that action at this time.
0 commit comments