Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

(1138) closes #1138 #1177

Merged
merged 1 commit into from
Mar 17, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ module.exports = function (grunt) {
grunt.log.oklns('releasing: ', grunt.config('bump.increment'));

if (!grunt.option('no-tests')) {
grunt.task.run(['releasetest']);
grunt.task.run(['releasetest']); //If phantom timeouts happening because of long-running qunit tests, look into setting `resourceTimeout` in phantom: http://phantomjs.org/api/webpage/property/settings.html
// Delete any screenshots that may have happened if it got this far. This isn't foolproof
// because it relies on the phantomjs server/page timeout, which can take longer than this
// grunt task depending on how long saucelabs takes to run...
Expand Down