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({
607607defineTest ( {
608608 // This test sometimes takes a really long time on Windows because… Windows.
609609 options : {
610+ retry : 3 ,
610611 timeout : 30_000 ,
611612 } ,
612613
@@ -655,6 +656,12 @@ defineTest({
655656} )
656657
657658defineTest ( {
659+ // This test sometimes takes a really long time on Windows because… Windows.
660+ options : {
661+ retry : 3 ,
662+ timeout : 30_000 ,
663+ } ,
664+
658665 name : 'v3: Presets with a `#` in the name are loadable' ,
659666 fs : {
660667 'package.json' : json `
@@ -714,6 +721,7 @@ defineTest({
714721defineTest ( {
715722 // This test sometimes takes a really long time on Windows because… Windows.
716723 options : {
724+ retry : 3 ,
717725 timeout : 30_000 ,
718726 } ,
719727
You can’t perform that action at this time.
0 commit comments