Skip to content

Commit

Permalink
chore(misc): bump timeout for select projects perf test (#13378)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Nov 24, 2022
1 parent 062698a commit 0e54262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/run-many.spec.ts
Expand Up @@ -139,7 +139,7 @@ describe('run-many', () => {
);
performance.mark('end');
const measure = performance.measure('projects', 'start', 'end');
expect(measure.duration).toBeLessThan(2000);
expect(measure.duration).toBeLessThan(2500);
});
});
});
Expand Down

1 comment on commit 0e54262

@vercel
Copy link

@vercel vercel bot commented on 0e54262 Nov 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.