From 2e258d29e94c778c1c48b210d246d90010af021a Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Wed, 18 Jan 2017 15:12:13 +0000 Subject: [PATCH] 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. --- tests/acceptance/github-pages-deploy.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/acceptance/github-pages-deploy.spec.js b/tests/acceptance/github-pages-deploy.spec.js index 34c270d421a9..fec9d3e8c8c7 100644 --- a/tests/acceptance/github-pages-deploy.spec.js +++ b/tests/acceptance/github-pages-deploy.spec.js @@ -51,6 +51,7 @@ describe('Acceptance: ng github-pages:deploy', function() { }); it('should fail with uncommited changes', function() { + this.timeout(10000); execStub.addExecSuccess('git status --porcelain', 'M dir/file.ext'); return ng(['github-pages:deploy', '--skip-build']) .then(() => {