Set the Karma Sauce region to 'eu' (#4251)

I chose this datacenter when creating my account. Maybe it matters.
This commit is contained in:
Julian Gonggrijp
2022-01-22 03:09:31 +01:00
parent c86aab2ed0
commit e71ee8f1ec

View File

@@ -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,