Skip to content

Commit

Permalink
fix: high cli timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Oct 8, 2024
1 parent fa06225 commit 142cc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/cli/command/clone.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('cli clone', async () => {
// prepare developer-portal checkout
prepareDeveloperPortalCheckout(sandbox);

const result = await docsCli(['clone', '--repository', 'frontends', '--src', 'apps/docs/src', '--dst', 'frontends'], sandbox.cwd, timeout.medium);
const result = await docsCli(['clone', '--repository', 'frontends', '--src', 'apps/docs/src', '--dst', 'frontends'], sandbox.cwd, timeout.high);

expect(result.stdout).toContain('Preparing frontends');
expect(result.stdout).toContain('Repository cloned');
Expand Down

0 comments on commit 142cc21

Please sign in to comment.