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:
5
5
cd $(SWIFT_PROJECT_PATH ) ; docker-compose up -d; sleep 5
6
6
7
7
stop_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:
8
8
- ../../swift-shared-libs:/opt/swift-shared-libs:ro,delegated
9
9
environment :
10
10
- DOCKER_LAMBDA_STAY_OPEN=1
11
- - AWS_LAMBDA_FUNCTION_TIMEOUT=3
11
+ - AWS_LAMBDA_FUNCTION_TIMEOUT=10
12
12
- LAMB_CI_EXEC=1
13
13
command :
14
14
- HTTPSRequest.getHttps
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
- ../../swift-shared-libs:/opt/swift-shared-libs:ro,delegated
9
9
environment :
10
10
- DOCKER_LAMBDA_STAY_OPEN=1
11
- - AWS_LAMBDA_FUNCTION_TIMEOUT=3
11
+ - AWS_LAMBDA_FUNCTION_TIMEOUT=10
12
12
- LAMB_CI_EXEC=1
13
13
command :
14
14
- HelloWorld.helloWorld
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ start_docker_compose_env:
5
5
cd $(SWIFT_PROJECT_PATH ) ; docker-compose up -d; sleep 5
6
6
7
7
stop_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:
8
8
- ../../swift-shared-libs:/opt/swift-shared-libs:ro,delegated
9
9
environment :
10
10
- DOCKER_LAMBDA_STAY_OPEN=1
11
- - AWS_LAMBDA_FUNCTION_TIMEOUT=3
11
+ - AWS_LAMBDA_FUNCTION_TIMEOUT=10
12
12
- LAMB_CI_EXEC=1
13
13
command :
14
14
- RedisDemo.setGet
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
- ../../swift-shared-libs:/opt/swift-shared-libs:ro,delegated
9
9
environment :
10
10
- DOCKER_LAMBDA_STAY_OPEN=1
11
- - AWS_LAMBDA_FUNCTION_TIMEOUT=3
11
+ - AWS_LAMBDA_FUNCTION_TIMEOUT=10
12
12
- LAMB_CI_EXEC=1
13
13
command :
14
14
- S3Test.getObject
You can’t perform that action at this time.
0 commit comments