Skip to content

Commit

Permalink
increasing fnl test timeout by 2 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
yhlee-aws committed Dec 20, 2018
1 parent d9f9d9f commit a7ffa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ test-in-docker:
docker run --net=none -v "$(PWD):/go/src/github.com/aws/amazon-ecs-agent" --privileged "amazon/amazon-ecs-agent-test:make"

run-functional-tests: testnnp test-registry ecr-execution-role-image telemetry-test-image
. ./scripts/shared_env && go test -tags functional -timeout=32m -v ./agent/functional_tests/...
. ./scripts/shared_env && go test -tags functional -timeout=34m -v ./agent/functional_tests/...

.PHONY: build-image-for-ecr ecr-execution-role-image-for-upload upload-images replicate-images

Expand Down

0 comments on commit a7ffa9b

Please sign in to comment.