mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
tweaking sauce test settings to try and make things pass...
This commit is contained in:
parent
61c9331932
commit
2b00206a2e
1 changed files with 5 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue