@@ -78,7 +78,7 @@ module.exports = (grunt) ->
78
78
" http://localhost:9999/test/test-jquery-1.9-ui-1.10.html"
79
79
]
80
80
build : process .env .TRAVIS_JOB_ID
81
- throttled : 8
81
+ throttled : 5
82
82
browsers : [
83
83
{ browserName : " chrome" , platform : " Windows 8.1" }
84
84
{ browserName : " firefox" , platform : " Windows 8.1" }
@@ -91,13 +91,17 @@ module.exports = (grunt) ->
91
91
{ browserName : " safari" , version : " 9" , platform : " OS X 10.11" }
92
92
]
93
93
testname : " jquery.ui-contextmenu qunit tests (jQuery UI 10)"
94
+ # statusCheckAttempts: 180
95
+ recordVideo : false
96
+ videoUploadOnPass : false
97
+
94
98
ui_12 :
95
99
options :
96
100
urls : [
97
101
" http://localhost:9999/test/test-jquery-3-ui-1.12.html"
98
102
]
99
103
build : process .env .TRAVIS_JOB_ID
100
- throttled : 8
104
+ throttled : 5
101
105
browsers : [
102
106
{ browserName : " chrome" , platform : " Windows 8.1" }
103
107
{ browserName : " firefox" , platform : " Windows 8.1" }
@@ -107,6 +111,10 @@ module.exports = (grunt) ->
107
111
{ browserName : " safari" , version : " 9" , platform : " OS X 10.11" }
108
112
]
109
113
testname : " jquery.ui-contextmenu qunit tests (jQuery UI 12)"
114
+ # statusCheckAttempts: 180
115
+ recordVideo : false
116
+ videoUploadOnPass : false
117
+
110
118
ui : # UI Menu 11+ dropped support for IE7
111
119
options :
112
120
urls : [
@@ -118,7 +126,7 @@ module.exports = (grunt) ->
118
126
# username: process.env.SAUCE_USERNAME,
119
127
# key: process.env.SAUCE_ACCESS_KEY,
120
128
build : process .env .TRAVIS_JOB_ID
121
- throttled : 8
129
+ throttled : 5
122
130
browsers : [
123
131
{ browserName : " chrome" , platform : " Windows 8.1" }
124
132
{ browserName : " firefox" , platform : " Windows 8.1" }
@@ -138,6 +146,9 @@ module.exports = (grunt) ->
138
146
{ browserName : " safari" , version : " 9" , platform : " OS X 10.11" }
139
147
]
140
148
testname : " jquery.ui-contextmenu qunit tests (jQuery UI 11+)"
149
+ # statusCheckAttempts: 180
150
+ recordVideo : false
151
+ videoUploadOnPass : false
141
152
142
153
uglify :
143
154
options :
0 commit comments