Skip to content

Commit

Permalink
set workers to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
gatzjames authored and filfreire committed Jan 17, 2023
1 parent a099725 commit 263884d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia-smoke-test/playwright.config.ts
Expand Up @@ -36,6 +36,6 @@ const config: PlaywrightTestConfig = {
expect: {
timeout: process.env.CI ? 25 * 1000 : 10 * 1000,
},
workers: process.env.CI ? 1 : undefined,
workers: 1,
};
export default config;

0 comments on commit 263884d

Please sign in to comment.