mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Set the Karma Sauce region to 'eu' (#4251)
I chose this datacenter when creating my account. Maybe it matters.
This commit is contained in:
@@ -78,7 +78,8 @@ module.exports = function(config) {
|
||||
sauceLabs: {
|
||||
build: 'GH #' + process.env.GITHUB_RUN_NUMBER + ' (' + process.env.GITHUB_RUN_ID + ')',
|
||||
startConnect: true,
|
||||
tunnelIdentifier: process.env.GITHUB_JOB
|
||||
tunnelIdentifier: process.env.GITHUB_JOB,
|
||||
region: 'eu'
|
||||
},
|
||||
|
||||
captureTimeout: 120000,
|
||||
|
||||
Reference in New Issue
Block a user