Increase timeout to prevent failing on teardown (#2524)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov 2023-01-20 12:07:59 +05:00 committed by GitHub
parent 06f106bd36
commit bea418d46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,7 @@ test('issues-status-display', async ({ page }) => {
})
test('save-view-options', async ({ page }) => {
test.setTimeout(45000)
const panels = ['Issues', 'Active', 'Backlog']
await navigate(page)
for (const viewletSelector of [ViewletSelectors.Board, ViewletSelectors.Table]) {
@ -107,6 +108,7 @@ test('my-issues', async ({ page }) => {
})
test('report-time-from-issue-card', async ({ page }) => {
test.setTimeout(45000)
await navigate(page)
const assignee = 'Chen Rosamund'
const status = 'In Progress'