We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf065c9 commit 00a21b2Copy full SHA for 00a21b2
tests/acceptance/github-pages-deploy.spec.js
@@ -51,6 +51,7 @@ describe('Acceptance: ng github-pages:deploy', function() {
51
});
52
53
it('should fail with uncommited changes', function() {
54
+ this.timeout(10000);
55
execStub.addExecSuccess('git status --porcelain', 'M dir/file.ext');
56
return ng(['github-pages:deploy', '--skip-build'])
57
.then(() => {
0 commit comments