tweaking sauce test settings to try and make things pass...

This commit is contained in:
Joe Fleming 2014-09-16 13:01:35 -07:00
parent 61c9331932
commit 2b00206a2e

View file

@ -6,15 +6,14 @@ if (process.env.TRAVIS_BUILD_ID) {
module.exports = {
unit: {
options: {
urls: [
'http://localhost:8000/test/unit/?saucelabs=true'
],
username: 'kibana',
key: process.env.SAUCE_ACCESS_KEY,
urls: ['http://localhost:8000/test/unit/?saucelabs=true'],
testname: 'Kibana Browser Tests',
build: buildId,
concurrency: 10,
username: 'kibana',
key: process.env.SAUCE_ACCESS_KEY,
'max-duration': 360,
'max-duration': 60,
maxRetries: 1,
browsers: [
{
browserName: 'chrome',