Skip to content

Commit

Permalink
oh
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Aug 3, 2023
1 parent 16f21b4 commit d6093ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__puppeteer__/routing.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('routing', () => {
});

it('load route from URL', async () => {
await goto('/a2a0ccea32023010/1690488081496/1690488851596');
await goto('/a2a0ccea32023010/1690488081496/1690488851596', { timeout: 60000 });

const video = await page.waitForSelector('video');

Expand All @@ -38,5 +38,5 @@ describe('routing', () => {

const videoSrc = await page.evaluate((vid) => vid.getAttribute('src'), video);
expect(videoSrc.startsWith('blob:')).toBeTruthy();
}, 45000);
}, 60000);
});

0 comments on commit d6093ec

Please sign in to comment.