Skip to content

Commit 55e672b

Browse files
committed
Relax slow Settings UI test timeout
1 parent ddade7c commit 55e672b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/src/pages/__tests__/Settings.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ describe('Settings review context editors', () => {
8585
}),
8686
expect.any(Object),
8787
)
88-
})
88+
}, 10_000)
8989

9090
it('allows adding new path and custom context entries', async () => {
9191
const user = userEvent.setup()
@@ -121,5 +121,5 @@ describe('Settings review context editors', () => {
121121
}),
122122
expect.any(Object),
123123
)
124-
})
124+
}, 10_000)
125125
})

0 commit comments

Comments
 (0)