From f0e3762a564077c28ba3caf880c738124e01664c Mon Sep 17 00:00:00 2001 From: Damien Laureaux Date: Thu, 25 Oct 2018 06:30:32 +0100 Subject: [PATCH] Update the Lambda execution time from 5min to 15min --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f45c3c25..5e7de183 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ This means you can easily execute > 100.000 tests for free in the free tier. ### Are there any limitations? -If you're running Chromeless on AWS Lambda, the execution cannot take longer than 5 minutes which is the current limit of Lambda. Besides that, every feature that's supported in Chrome is also working with Chromeless. The maximal number of concurrent function executions is 1000. [AWS API Limits](http://docs.aws.amazon.com/lambda/latest/dg/limits.html) +If you're running Chromeless on AWS Lambda, the execution cannot take longer than 15 minutes which is the current limit of Lambda. Besides that, every feature that's supported in Chrome is also working with Chromeless. The maximal number of concurrent function executions is 1000. [AWS API Limits](http://docs.aws.amazon.com/lambda/latest/dg/limits.html) ### Are there commercial options?