diff --git a/protractor-perf-shared.js b/protractor-perf-shared.js index 17b6f9e53e..26982f326c 100644 --- a/protractor-perf-shared.js +++ b/protractor-perf-shared.js @@ -13,11 +13,13 @@ if (process.env.CLOUD_SECRET_PATH) { } config.specs = ['dist/cjs/**/*_perf.js']; +config.jasmineNodeOpts.defaultTimeoutInterval = 80000; + config.params = { benchmark: { // size of the sample to take sampleSize: 20, - timeout: 20000, + timeout: 60000, metrics: ['script', 'render', 'gcAmount', 'gcAmountInScript', 'gcTime'], // forces a gc after every run forceGc: false,