Skip to content

Commit

Permalink
make withoutDelay false for build
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Mar 20, 2013
1 parent 064845a commit 78425a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt-helpers.js
Expand Up @@ -30,7 +30,7 @@ module.exports.startAppium = function(appName, verbose, readyCb, doneCb) {
, verbose: verbose , verbose: verbose
, port: 4723 , port: 4723
, warp: false , warp: false
, withoutDelay: false , withoutDelay: true
, fastReset: true , fastReset: true
, noReset: false , noReset: false
, launch: app ? true : false , launch: app ? true : false
Expand Down

0 comments on commit 78425a9

Please sign in to comment.