We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca38a94 commit d61e382Copy full SHA for d61e382
Gruntfile.js
@@ -134,13 +134,13 @@ module.exports = function(grunt) {
134
testswarm.createClient( {
135
url: config.swarmUrl,
136
pollInterval: 10000,
137
- timeout: 1000 * 60 * 30,
+ timeout: 1000 * 60 * 30
138
} )
139
.addReporter( testswarm.reporters.cli )
140
.auth( {
141
id: config.authUsername,
142
token: config.authToken
143
- } )
+ })
144
.addjob(
145
{
146
name: jobName,
@@ -153,7 +153,7 @@ module.exports = function(grunt) {
153
}
154
done( passed );
155
156
- )
+ );
157
});
158
159
// Update manifest for jQuery plugin registry
0 commit comments