ci(aio): lower prerender browser instances

Hopefully this will reduce aio test flakes
This commit is contained in:
Peter Bacon Darwin 2017-03-18 21:18:23 +00:00 committed by Miško Hevery
parent a13ddf2e8a
commit c8b4a33a7f
1 changed files with 1 additions and 1 deletions

View File

@ -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}`;