Skip to content

Commit

Permalink
Increased waitForNavigation timeout lighthouse test
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenchristian1telus committed Oct 1, 2024
1 parent 5e4bfbf commit f428a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/config/lighthouse/lighthouse-auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async function runLighthouse(url, options, config = null) {
// Wait for both the click and navigation
await Promise.all([
page.click('a.sysadmin-login'),
page.waitForNavigation({timeout: 100}),
page.waitForNavigation({timeout: 10000}),
page.click('#admin-login button[type="submit"]'),
page.waitForNavigation({timeout: 60000}),
]);
Expand Down

0 comments on commit f428a78

Please sign in to comment.