From 7152b170bbb952155477e08dc646f968dce386eb Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Fri, 3 Jan 2020 18:47:25 +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 8936b21..b93ef1b 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ prepare-test: sudo systemctl status -l faas-containerd --no-pager sudo systemctl status -l faasd --no-pager curl -sSLf https://cli.openfaas.com | sudo sh - sleep 30 + sleep 120 && sudo systemctl status -l faasd --no-pager .PHONY: test-e2e test-e2e: