Skip to content

Commit 5eb1710

Browse files
committed
added back openReport delay
1 parent 4823d8c commit 5eb1710

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "BackstopJS",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"main": "/",
55
"ignore": [
66
"node_modules",

gulp/tasks/report.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var paths = require('../util/paths');
44
gulp.task('report',['start'],function(){
55

66
if (!paths.report || paths.report.indexOf( 'browser' ) > -1 ){
7-
setTimeout(function(){gulp.run('openReport')},100);
7+
setTimeout(function(){gulp.run('openReport')},1000);
88
}
99

1010
if (!paths.report || paths.report.indexOf( 'CLI' ) > -1 ){

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backstopjs",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "BackstopJS: Catch CSS curveballs.",
55
"scripts": {
66
"genConfig": "gulp genConfig",

0 commit comments

Comments
 (0)