Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
digeff committed Sep 10, 2020
1 parent 5d38c5e commit fd279e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/webview/webview.breakpoints.test.win.ts
Expand Up @@ -16,7 +16,7 @@ describe('webview breakpoints', () => {
}

itIntegrates('launched script', async ({ r, context }) => {
context.timeout(15 * 1000);
context.timeout(30 * 1000);

// Breakpoint in separate script set after launch.
const p = await r.launchUrl('script.html', {
Expand Down

0 comments on commit fd279e3

Please sign in to comment.