Skip to content

Commit

Permalink
chore(repo): increase test timeouts (nrwl#20356)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli authored Nov 21, 2023
1 parent 607fd49 commit 6f6af7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ describe('app', () => {
expect(projectsConfigurations.get('my-app-e2e').root).toEqual(
'my-dir/my-app-e2e'
);
});
}, 35000);

it('should update tags and implicit deps', async () => {
await applicationGenerator(appTree, {
Expand Down
4 changes: 2 additions & 2 deletions packages/web/src/generators/application/application.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('app', () => {
expect(readProjectConfiguration(tree, 'my-app-e2e').root).toEqual(
'my-app-e2e'
);
});
}, 35000);

it('should update tags and implicit dependencies', async () => {
await applicationGenerator(tree, {
Expand Down Expand Up @@ -225,7 +225,7 @@ describe('app', () => {
expect(readProjectConfiguration(tree, 'my-app-e2e').root).toEqual(
'my-dir/my-app-e2e'
);
});
}, 35000);

it('should update tags and implicit dependencies', async () => {
await applicationGenerator(tree, {
Expand Down

0 comments on commit 6f6af7e

Please sign in to comment.