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

Commit 29bdd1e

Browse files
Increase AWS_LAMBDA_FUNCTION_TIMEOUT in docker-compose.yml
1 parent 96facea commit 29bdd1e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Examples/HTTPSRequest/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ start_docker_compose_env:
55
cd $(SWIFT_PROJECT_PATH); docker-compose up -d; sleep 5
66

77
stop_docker_compose_env:
8-
cd $(SWIFT_PROJECT_PATH); sleep 5; docker-compose stop
8+
cd $(SWIFT_PROJECT_PATH); docker-compose stop

Examples/HTTPSRequest/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- ../../swift-shared-libs:/opt/swift-shared-libs:ro,delegated
99
environment:
1010
- DOCKER_LAMBDA_STAY_OPEN=1
11-
- AWS_LAMBDA_FUNCTION_TIMEOUT=3
11+
- AWS_LAMBDA_FUNCTION_TIMEOUT=10
1212
- LAMB_CI_EXEC=1
1313
command:
1414
- HTTPSRequest.getHttps

Examples/HelloWorld/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- ../../swift-shared-libs:/opt/swift-shared-libs:ro,delegated
99
environment:
1010
- DOCKER_LAMBDA_STAY_OPEN=1
11-
- AWS_LAMBDA_FUNCTION_TIMEOUT=3
11+
- AWS_LAMBDA_FUNCTION_TIMEOUT=10
1212
- LAMB_CI_EXEC=1
1313
command:
1414
- HelloWorld.helloWorld

Examples/RedisDemo/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ start_docker_compose_env:
55
cd $(SWIFT_PROJECT_PATH); docker-compose up -d; sleep 5
66

77
stop_docker_compose_env:
8-
cd $(SWIFT_PROJECT_PATH); sleep 5; docker-compose stop
8+
cd $(SWIFT_PROJECT_PATH); docker-compose stop

Examples/RedisDemo/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- ../../swift-shared-libs:/opt/swift-shared-libs:ro,delegated
99
environment:
1010
- DOCKER_LAMBDA_STAY_OPEN=1
11-
- AWS_LAMBDA_FUNCTION_TIMEOUT=3
11+
- AWS_LAMBDA_FUNCTION_TIMEOUT=10
1212
- LAMB_CI_EXEC=1
1313
command:
1414
- RedisDemo.setGet

Examples/S3Test/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- ../../swift-shared-libs:/opt/swift-shared-libs:ro,delegated
99
environment:
1010
- DOCKER_LAMBDA_STAY_OPEN=1
11-
- AWS_LAMBDA_FUNCTION_TIMEOUT=3
11+
- AWS_LAMBDA_FUNCTION_TIMEOUT=10
1212
- LAMB_CI_EXEC=1
1313
command:
1414
- S3Test.getObject

0 commit comments

Comments
 (0)