method Page.prototype.setDefaultNavigationTimeoutRe-exportimport { Page } from "https://deno.land/x/fresh@1.2.0/tests/deps.ts"; setDefaultNavigationTimeout(timeout: number): voidThis setting will change the default maximum navigation time for the following methods and related shortcuts: This setting will change the default maximum navigation time for the following methods and related shortcuts: Page.goBack | page.goBack(options) Page.goForward | page.goForward(options) Page.goto | page.goto(url,options) Page.reload | page.reload(options) Page.setContent | page.setContent(html,options) Page.waitForNavigation | page.waitForNavigation(options) Parameterstimeout: number Maximum navigation time in milliseconds. Returnsvoid