Skip to content

Commit

Permalink
add timeout for live-reloading tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Aug 27, 2024
1 parent 7fd8608 commit 3b82078
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/admin-ui-tests/live-reloading.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import {
} from 'playwright'
import { parse, print } from 'graphql'
import fetch from 'node-fetch'
import ms from 'ms'

import {
loadIndex,
makeGqlRequest,
Expand All @@ -24,6 +26,8 @@ async function replaceSchema (schema: string) {
)
}

jest.setTimeout(ms('20 minutes'))

let exit = async () => {}
let ksProcess = undefined as any
let page: Page = undefined as any
Expand Down

0 comments on commit 3b82078

Please sign in to comment.