Skip to content

Commit 81583b7

Browse files
committed
test: increase timeout for one of smoke tests due to team-wide extensions installation time making it timeout
1 parent 8352645 commit 81583b7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

tests/smoke/deploy.test.ts

+7-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,13 @@ describe('version check', () => {
7171
)
7272
},
7373
)
74-
test('yarn monorepo multiple next versions site is compatible', { retry: 0 }, async () => {
75-
await smokeTest(selfCleaningFixtureFactories.yarnMonorepoMultipleNextVersionsSiteCompatible)
76-
})
74+
test(
75+
'yarn monorepo multiple next versions site is compatible',
76+
{ retry: 0, timeout: 1_000 * 60 * 5 },
77+
async () => {
78+
await smokeTest(selfCleaningFixtureFactories.yarnMonorepoMultipleNextVersionsSiteCompatible)
79+
},
80+
)
7781

7882
test(
7983
'yarn monorepo multiple next versions site is incompatible should not deploy',

0 commit comments

Comments
 (0)