mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Functional test server] Watch port for optimize should be different (#19619)
This commit is contained in:
parent
2579283f4c
commit
01e78f1f83
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export default function () {
|
|||
'--env=development',
|
||||
'--logging.json=false',
|
||||
`--server.port=${kbnTestConfig.getPort()}`,
|
||||
`--optimize.watchPort=${kbnTestConfig.getPort()}`,
|
||||
`--optimize.watchPort=${kbnTestConfig.getPort() + 10}`,
|
||||
'--optimize.watchPrebuild=true',
|
||||
'--status.allowAnonymous=true',
|
||||
'--optimize.enabled=true',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue