ci(aio): lower prerender browser instances
Hopefully this will reduce aio test flakes
This commit is contained in:
parent
a13ddf2e8a
commit
c8b4a33a7f
|
@ -4,7 +4,7 @@
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
const BROWSER_INSTANCES = 7;
|
const BROWSER_INSTANCES = 3;
|
||||||
|
|
||||||
const PORT = 4201;
|
const PORT = 4201;
|
||||||
const BASE_URL = `http://localhost:${PORT}`;
|
const BASE_URL = `http://localhost:${PORT}`;
|
||||||
|
|
Loading…
Reference in New Issue