File tree 1 file changed +13
-0
lines changed
packages/tailwindcss-language-server/tests/env
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -605,6 +605,12 @@ defineTest({
605
605
} )
606
606
607
607
defineTest ( {
608
+ // This test sometimes takes a really long time on Windows because… Windows.
609
+ options : {
610
+ retry : 3 ,
611
+ timeout : 30_000 ,
612
+ } ,
613
+
608
614
name : 'Plugins with a `#` in the name are loadable' ,
609
615
fs : {
610
616
'app.css' : css `
@@ -650,6 +656,12 @@ defineTest({
650
656
} )
651
657
652
658
defineTest ( {
659
+ // This test sometimes takes a really long time on Windows because… Windows.
660
+ options : {
661
+ retry : 3 ,
662
+ timeout : 30_000 ,
663
+ } ,
664
+
653
665
name : 'v3: Presets with a `#` in the name are loadable' ,
654
666
fs : {
655
667
'package.json' : json `
@@ -709,6 +721,7 @@ defineTest({
709
721
defineTest ( {
710
722
// This test sometimes takes a really long time on Windows because… Windows.
711
723
options : {
724
+ retry : 3 ,
712
725
timeout : 30_000 ,
713
726
} ,
714
727
You can’t perform that action at this time.
0 commit comments