From 06890cddb92a6d5d7b5b0dd8318cebfe1718e9fc Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Fri, 3 Jan 2020 19:41:04 +0000 Subject: [PATCH] Tweak e2e tests Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58b8c94..5da9883 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ prepare-test: .PHONY: test-e2e test-e2e: sudo cat $(GOPATH)/src/github.com/alexellis/faasd/basic-auth-password | /usr/local/bin/faas-cli login --password-stdin - /usr/local/bin/faas-cli store deploy figlet + /usr/local/bin/faas-cli store deploy figlet --env write_timeout=1s --env read_timeout=1s sleep 2 /usr/local/bin/faas-cli list -v uname | /usr/local/bin/faas-cli invoke figlet