Skip to content

Commit 85f5b0f

Browse files
isaacroldanClaude Code
andcommitted
Increase test timeouts for slow tests
Co-authored-by: Claude Code <claude-code@anthropic.com>
1 parent 4c6daca commit 85f5b0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app/src/cli/services/generate/extension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ vi.mock('../../models/app/loader.js', async () => {
5959
}
6060
})
6161

62-
describe('initialize a extension', async () => {
62+
describe('initialize a extension', {timeout: 30_000}, async () => {
6363
const allUITemplates = [checkoutUITemplate]
6464
const allFunctionTemplates = testRemoteExtensionTemplates
6565
const specifications = await loadLocalExtensionsSpecifications()

packages/app/src/cli/services/generate/shop-import/declarative-definitions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ describe('paginatedQuery', () => {
10821082
})
10831083
})
10841084

1085-
describe('importDeclarativeDefinitions', () => {
1085+
describe('importDeclarativeDefinitions', {timeout: 30_000}, () => {
10861086
test('imports metafields and metaobjects from a shop and outputs TOML', async () => {
10871087
const outputMock = mockAndCaptureOutput()
10881088

0 commit comments

Comments
 (0)