Skip to content

Commit

Permalink
CB-12361 : fix failing appveyor test in hooksrunner
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyso committed Jul 31, 2017
1 parent 36be218 commit 1d529e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/HooksRunner.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ describe('HooksRunner', function () {
}).then(function () {
done();
});
});
}, 60000);

it('Test 006 : should execute hook scripts serially from config.xml', function (done) {
var test_event = 'before_build';
Expand Down

0 comments on commit 1d529e5

Please sign in to comment.