Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
arpowers committed Apr 4, 2024
1 parent 186c702 commit 5223f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @fiction/core/plugin-app/test/appServeRender.ci.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ describe('renders app code correctly', () => {

const appEmailText = await page().locator(`#app-email`).textContent()
expect(appEmailText).toMatchInlineSnapshot('"hello@fiction.com"')
}, 20_000)
}, 30_000)
})

0 comments on commit 5223f43

Please sign in to comment.