Skip to content

Commit 2e1481c

Browse files
Krinklescottgonzalez
authored andcommitted
Build: Use browserSets from testswarm config
It's already in jQuery's Jenkins node-testswarm config (and set to the same value) but not used yet. Reference it to make sure it keeps working in the future. Closes gh-1452 (cherry picked from commit 1e7a1e8) (cherry picked from commit 258dbe3) Conflicts: build/tasks/testswarm.js (cherry picked from commit 1d30b8051b4d92dcd42cd856a1fbcc24a1ec42d0)
1 parent db40836 commit 2e1481c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/tasks/testswarm.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ function submit( commit, runs, configFile, extra, done ) {
6161
name: "Commit <a href='" + commitUrl + "'>" + commit.substr( 0, 10 ) + "</a>" + extra,
6262
runs: runs,
6363
runMax: config.runMax,
64-
browserSets: ["popular-ui"]
64+
browserSets: config.browserSets,
65+
timeout: 1000 * 60 * 30
6566
}, function( error, passed ) {
6667
if ( error ) {
6768
grunt.log.error( error );

0 commit comments

Comments
 (0)