Skip to content

Commit 7971167

Browse files
committed
workaround: increase some CI timeouts
1 parent b8454b0 commit 7971167

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

integrations/upgrade/index.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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(
603603
test(
604604
'migrates a simple postcss setup',
605605
{
606+
timeout: 120_000,
606607
fs: {
607608
'package.json': json`
608609
{
@@ -774,6 +775,7 @@ test(
774775
test(
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(
847849
test(
848850
'migrates a postcss setup using a json based config file',
849851
{
852+
timeout: 120_000,
850853
fs: {
851854
'package.json': json`
852855
{

0 commit comments

Comments
 (0)