File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
packages/tailwindcss-language-server/tests/env Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -607,6 +607,7 @@ defineTest({
607
607
defineTest ( {
608
608
// This test sometimes takes a really long time on Windows because… Windows.
609
609
options : {
610
+ retry : 3 ,
610
611
timeout : 30_000 ,
611
612
} ,
612
613
@@ -655,6 +656,12 @@ defineTest({
655
656
} )
656
657
657
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
+
658
665
name : 'v3: Presets with a `#` in the name are loadable' ,
659
666
fs : {
660
667
'package.json' : json `
@@ -714,6 +721,7 @@ defineTest({
714
721
defineTest ( {
715
722
// This test sometimes takes a really long time on Windows because… Windows.
716
723
options : {
724
+ retry : 3 ,
717
725
timeout : 30_000 ,
718
726
} ,
719
727
You can’t perform that action at this time.
0 commit comments