Skip to content

Commit

Permalink
Setting timeout at beginning of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadhu-sl committed May 17, 2024
1 parent d1d67c7 commit 948dcfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/acceptance/request_check.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ test.beforeAll(async () => {
test.setTimeout(1000 * 60 * 10) // 600,000ms = 10m
})

test.setTimeout(50000)
test.describe('Request Check', () => {
test.describe('with javascript enabled', () => {
test('request check of a @datafile', async ({ page }) => {
Expand Down

0 comments on commit 948dcfb

Please sign in to comment.