Skip to content

Commit a8418d3

Browse files
committed
Fix test timeout
Looks like I added this to the wrong test
1 parent 45f024a commit a8418d3

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -650,11 +650,6 @@ defineTest({
650650
})
651651

652652
defineTest({
653-
// This test sometimes takes a really long time on Windows because… Windows.
654-
options: {
655-
timeout: 30_000,
656-
},
657-
658653
name: 'v3: Presets with a `#` in the name are loadable',
659654
fs: {
660655
'package.json': json`
@@ -712,6 +707,11 @@ defineTest({
712707
})
713708

714709
defineTest({
710+
// This test sometimes takes a really long time on Windows because… Windows.
711+
options: {
712+
timeout: 30_000,
713+
},
714+
715715
// This test *always* passes inside Vitest because our custom version of
716716
// `Module._resolveFilename` is not called. Our custom implementation is
717717
// using enhanced-resolve under the hood which is affected by the `#`

0 commit comments

Comments
 (0)