Skip to content

Commit c3fca95

Browse files
committed
Sauce throttle 5 matches free plan
1 parent 4f5bb15 commit c3fca95

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# 1.10.0 / 2015-06-27
2323

24-
* [FEATURE] New option `tooltip`, adds a `title` attribute to the menu markup
24+
* [FEATURE] New option `tooltip`, adds a `title` attribute to the menu markup
2525

2626
# 1.9.0 / 2015-04-20
2727

Gruntfile.coffee

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = (grunt) ->
7878
"http://localhost:9999/test/test-jquery-1.9-ui-1.10.html"
7979
]
8080
build: process.env.TRAVIS_JOB_ID
81-
throttled: 8
81+
throttled: 5
8282
browsers: [
8383
{ browserName: "chrome", platform: "Windows 8.1" }
8484
{ browserName: "firefox", platform: "Windows 8.1" }
@@ -91,13 +91,17 @@ module.exports = (grunt) ->
9191
{ browserName: "safari", version: "9", platform: "OS X 10.11" }
9292
]
9393
testname: "jquery.ui-contextmenu qunit tests (jQuery UI 10)"
94+
# statusCheckAttempts: 180
95+
recordVideo: false
96+
videoUploadOnPass: false
97+
9498
ui_12:
9599
options:
96100
urls: [
97101
"http://localhost:9999/test/test-jquery-3-ui-1.12.html"
98102
]
99103
build: process.env.TRAVIS_JOB_ID
100-
throttled: 8
104+
throttled: 5
101105
browsers: [
102106
{ browserName: "chrome", platform: "Windows 8.1" }
103107
{ browserName: "firefox", platform: "Windows 8.1" }
@@ -107,6 +111,10 @@ module.exports = (grunt) ->
107111
{ browserName: "safari", version: "9", platform: "OS X 10.11" }
108112
]
109113
testname: "jquery.ui-contextmenu qunit tests (jQuery UI 12)"
114+
# statusCheckAttempts: 180
115+
recordVideo: false
116+
videoUploadOnPass: false
117+
110118
ui: # UI Menu 11+ dropped support for IE7
111119
options:
112120
urls: [
@@ -118,7 +126,7 @@ module.exports = (grunt) ->
118126
# username: process.env.SAUCE_USERNAME,
119127
# key: process.env.SAUCE_ACCESS_KEY,
120128
build: process.env.TRAVIS_JOB_ID
121-
throttled: 8
129+
throttled: 5
122130
browsers: [
123131
{ browserName: "chrome", platform: "Windows 8.1" }
124132
{ browserName: "firefox", platform: "Windows 8.1" }
@@ -138,6 +146,9 @@ module.exports = (grunt) ->
138146
{ browserName: "safari", version: "9", platform: "OS X 10.11" }
139147
]
140148
testname: "jquery.ui-contextmenu qunit tests (jQuery UI 11+)"
149+
# statusCheckAttempts: 180
150+
recordVideo: false
151+
videoUploadOnPass: false
141152

142153
uglify:
143154
options:

0 commit comments

Comments
 (0)