File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ test(
175175 `upgrades a v3 project with prefixes to v4` ,
176176 {
177177 // Somehow this test takes *way* longer than the rest (but not always?)
178- timeout : 120_000 ,
178+ timeout : 180_000 ,
179179 fs : {
180180 'package.json' : json `
181181 {
@@ -603,6 +603,7 @@ test(
603603test (
604604 'migrates a simple postcss setup' ,
605605 {
606+ timeout : 120_000 ,
606607 fs : {
607608 'package.json' : json `
608609 {
@@ -774,6 +775,7 @@ test(
774775test (
775776 'migrates a postcss setup using package.json config' ,
776777 {
778+ timeout : 120_000 ,
777779 fs : {
778780 'package.json' : json `
779781 {
@@ -847,6 +849,7 @@ test(
847849test (
848850 'migrates a postcss setup using a json based config file' ,
849851 {
852+ timeout : 120_000 ,
850853 fs : {
851854 'package.json' : json `
852855 {
You can’t perform that action at this time.
0 commit comments