runs[ test ] = config.testUrl + commit + "/test/index.html?module=" + test;
});
- testswarm.createClient( {
- url: config.swarmUrl,
- pollInterval: 10000,
- timeout: timeout || 1000 * 60 * 30
+ testswarm.createClient({
+ url: config.swarmUrl
} )
.addReporter( testswarm.reporters.cli )
.auth( {
name: jobName,
runs: runs,
runMax: config.runMax,
- browserSets: browserSets || [ "popular", "ios" ]
+ browserSets: browserSets || [ "popular", "ios" ],
+ timeout: timeout || 1000 * 60 * 30
}, function( err, passed ) {
if ( err ) {
grunt.log.error( err );