File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
3030 esTestCluster : {
3131 ...xpackFunctionalTestsConfig . get ( 'esTestCluster' ) ,
3232 serverArgs : [ ...xpackFunctionalTestsConfig . get ( 'esTestCluster.serverArgs' ) ] ,
33+ esJavaOpts : '-Xms8g -Xmx8g' ,
3334 } ,
3435
3536 kbnTestServer : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const simulationPackage = 'org.kibanaLoadTest.simulation';
1818const simulationFIleExtension = '.scala' ;
1919const gatlingProjectRootPath : string =
2020 process . env . GATLING_PROJECT_PATH || resolve ( REPO_ROOT , '../kibana-load-testing' ) ;
21- const simulationEntry : string = process . env . GATLING_SIMULATIONS || 'DemoJourney' ;
21+ const simulationEntry : string = process . env . GATLING_SIMULATIONS || 'branch. DemoJourney' ;
2222
2323if ( ! Fs . existsSync ( gatlingProjectRootPath ) ) {
2424 throw createFlagError (
You can’t perform that action at this time.
0 commit comments