Skip to content

Commit

Permalink
Set the Karma Sauce region to 'eu' (#4251)
Browse files Browse the repository at this point in the history
I chose this datacenter when creating my account. Maybe it matters.
  • Loading branch information
jgonggrijp committed Jan 22, 2022
1 parent c86aab2 commit e71ee8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf-sauce.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e71ee8f

Please sign in to comment.