From c8b4a33a7fbe7cb6da8fce2e5bfbd888e9c46e6a Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Sat, 18 Mar 2017 21:18:23 +0000 Subject: [PATCH] ci(aio): lower prerender browser instances Hopefully this will reduce aio test flakes --- aio/tools/prerender/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/tools/prerender/constants.js b/aio/tools/prerender/constants.js index e98996c62f..a37d307baa 100644 --- a/aio/tools/prerender/constants.js +++ b/aio/tools/prerender/constants.js @@ -4,7 +4,7 @@ const path = require('path'); // Constants -const BROWSER_INSTANCES = 7; +const BROWSER_INSTANCES = 3; const PORT = 4201; const BASE_URL = `http://localhost:${PORT}`;