mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
ci(aio): lower prerender browser instances
Hopefully this will reduce aio test flakes
This commit is contained in:
parent
a13ddf2e8a
commit
c8b4a33a7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue