diff --git a/playwright.config.js b/playwright.config.js index fdf6514f26..808e3ca261 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -46,10 +46,10 @@ export default { locale: 'en-US', /* Maximum time each action such as `click()` can take. Defaults to 0 (no limit). */ - actionTimeout: 1000, + actionTimeout: 2000, /* Maximum time allowed for navigation, such as `page.goto()`. */ - navigationTimeout: 5 * 1000, + navigationTimeout: 10 * 1000, /* Base URL to use in actions like `await page.goto('/')`. */ baseURL: BASE_URL, diff --git a/templates/repo/issue/view_title.tmpl b/templates/repo/issue/view_title.tmpl index 1a711fcb91..db21adae2c 100644 --- a/templates/repo/issue/view_title.tmpl +++ b/templates/repo/issue/view_title.tmpl @@ -22,7 +22,7 @@ {{if $canEditIssueTitle}}