This repository was archived by the owner on Mar 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ start_docker_compose_env:
55 cd $(SWIFT_PROJECT_PATH ) ; docker-compose up -d; sleep 5
66
77stop_docker_compose_env :
8- cd $(SWIFT_PROJECT_PATH ) ; sleep 5 ; docker-compose stop
8+ cd $(SWIFT_PROJECT_PATH ) ; docker-compose stop
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ start_docker_compose_env:
55 cd $(SWIFT_PROJECT_PATH ) ; docker-compose up -d; sleep 5
66
77stop_docker_compose_env :
8- cd $(SWIFT_PROJECT_PATH ) ; sleep 5 ; docker-compose stop
8+ cd $(SWIFT_PROJECT_PATH ) ; docker-compose stop
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments