Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorfr committed Jul 29, 2018
1 parent 5a84d03 commit a8e688c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tasks/GhostThemeUploader/ghostThemeUploaderTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async function themeUpload() {
await takeScreenshot(page, 'login.filled.png');
await page.click('button.login');
try {
await page.waitForNavigation({ waitUntil: 'networkidle0', timeout: 3500 });
await page.waitForNavigation({ waitUntil: 'networkidle0', timeout: 7500 });
await takeScreenshot(page, 'login.done.png');
console.log('Logged in with ', userName);
}
Expand Down

0 comments on commit a8e688c

Please sign in to comment.