Skip to content

Commit a4be983

Browse files
committed
increase timeout of canonicalization tests
1 parent 59b0329 commit a4be983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@tailwindcss-cli/src/commands/canonicalize/canonicalize.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let css = normalizeWindowsSeparators(
88
path.resolve(path.dirname(fileURLToPath(import.meta.url)), 'fixtures/input.css'),
99
)
1010

11-
describe('runCommandLine', () => {
11+
describe('runCommandLine', { timeout: 30_000 }, () => {
1212
test('canonicalizes, collapses, and sorts candidate groups from positional arguments', async () => {
1313
let result = await runCommandLine({
1414
argv: ['--css', css, 'py-3 p-1 px-3'],

0 commit comments

Comments
 (0)