From 02c9dcf74dff4ea196596bcb2e41f4f6e52fdcbd Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Thu, 6 Feb 2020 09:53:45 +0000 Subject: [PATCH] Increase e2e sleep Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a7153a..c223c8b 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ prepare-test: test-e2e: sudo cat /var/lib/faasd/secrets/basic-auth-password | /usr/local/bin/faas-cli login --password-stdin /usr/local/bin/faas-cli store deploy figlet --env write_timeout=1s --env read_timeout=1s - sleep 2 + sleep 5 /usr/local/bin/faas-cli list -v uname | /usr/local/bin/faas-cli invoke figlet uname | /usr/local/bin/faas-cli invoke figlet --async