Skip to content

Commit

Permalink
timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 13, 2024
1 parent e4b4c49 commit ca85022
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/development/basic/theme-ui/theme-ui.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { join } from 'path'
import { nextTestSetup } from 'e2e-utils'

jest.setTimeout(300000)

describe('theme-ui SWC option', () => {
const { next } = nextTestSetup({
files: join(__dirname, 'fixture'),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { nextTestSetup } from 'e2e-utils'
import { check } from 'next-test-utils'

jest.setTimeout(300000)

describe('parallel-routes-catchall', () => {
const { next } = nextTestSetup({
files: __dirname,
Expand Down

0 comments on commit ca85022

Please sign in to comment.