Skip to content

Commit

Permalink
Increase timeout for another 404 test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz committed Jul 21, 2023
1 parent 561ab2f commit 4747c8d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function runTests(harness: Harness, iframe: HTMLIFrameElement) {
TIMEOUT
)

// TODO: This test is flaky, so it needs a particularly long timeout.
it(
'renders a custom 404 page',
async () => {
Expand All @@ -58,7 +59,7 @@ function runTests(harness: Harness, iframe: HTMLIFrameElement) {
iframe.contentDocument!.querySelector('[data-test-notfound]')
).not.toBeNull()
},
TIMEOUT
LONG_TIMEOUT
)

// TODO: This test is flaky, so it needs a particularly long timeout.
Expand Down

0 comments on commit 4747c8d

Please sign in to comment.