We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8454b0 commit 7971167Copy full SHA for 7971167
1 file changed
integrations/upgrade/index.test.ts
@@ -175,7 +175,7 @@ test(
175
`upgrades a v3 project with prefixes to v4`,
176
{
177
// Somehow this test takes *way* longer than the rest (but not always?)
178
- timeout: 120_000,
+ timeout: 180_000,
179
fs: {
180
'package.json': json`
181
@@ -603,6 +603,7 @@ test(
603
test(
604
'migrates a simple postcss setup',
605
606
+ timeout: 120_000,
607
608
609
@@ -774,6 +775,7 @@ test(
774
775
776
'migrates a postcss setup using package.json config',
777
778
779
780
781
@@ -847,6 +849,7 @@ test(
847
849
848
850
'migrates a postcss setup using a json based config file',
851
852
853
854
855
0 commit comments