Skip to content

Commit 542e68d

Browse files
committed
wip
1 parent f0d8a6d commit 542e68d

File tree

1 file changed

+5
-0
lines changed
  • packages/tailwindcss-language-server/tests/env

1 file changed

+5
-0
lines changed

packages/tailwindcss-language-server/tests/env/v4.test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,11 @@ defineTest({
605605
})
606606

607607
defineTest({
608+
// This test sometimes takes a really long time on Windows because… Windows.
609+
options: {
610+
timeout: 30_000,
611+
},
612+
608613
name: 'Plugins with a `#` in the name are loadable',
609614
fs: {
610615
'app.css': css`

0 commit comments

Comments
 (0)