Skip to content

Commit 00a21b2

Browse files
committed
tests(deploy): increase timeout for long test
The `should fail with uncommited changes` test is slower than the others and sometimes causes flakes on CI. Close #4091
1 parent bf065c9 commit 00a21b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/acceptance/github-pages-deploy.spec.js

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ describe('Acceptance: ng github-pages:deploy', function() {
5151
});
5252

5353
it('should fail with uncommited changes', function() {
54+
this.timeout(10000);
5455
execStub.addExecSuccess('git status --porcelain', 'M dir/file.ext');
5556
return ng(['github-pages:deploy', '--skip-build'])
5657
.then(() => {

0 commit comments

Comments
 (0)