From c66972325d6882bc83067e1c3a5212530b398059 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Mon, 25 Sep 2017 11:22:59 +0100 Subject: [PATCH] Add timeouts Signed-off-by: Alex Ellis --- sample-functions/gif-maker/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sample-functions/gif-maker/README.md b/sample-functions/gif-maker/README.md index d1e3ccd1..1a8c1b0a 100644 --- a/sample-functions/gif-maker/README.md +++ b/sample-functions/gif-maker/README.md @@ -8,6 +8,7 @@ Testing: ``` $ docker build -t alexellis/gif-maker . $ faas-cli deploy --fprocess="./entry.sh" \ + --env read_timeout=60 --env write_timeout=60 \ --image alexellis/gif-maker --name gif-maker # wait a little