Skip to content

Commit

Permalink
test(plugin-eslint): increase timeout for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Nov 23, 2024
1 parent 91c7678 commit 3db30da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-eslint/src/lib/runner.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ describe('executeRunner', () => {
},
}),
);
}, 7000);
}, 15_000);
});

0 comments on commit 3db30da

Please sign in to comment.