Skip to content

Commit

Permalink
Merge pull request #17443 from newrelic/clark/webdriver-mobile-sleep
Browse files Browse the repository at this point in the history
fix: bump that sleep
  • Loading branch information
clarkmcadoo committed May 24, 2024
2 parents 4bcd68c + 3b4091e commit a203496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/actions/webdriver-mobile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ options.addArguments('no-sandbox');
options.addArguments('disable-dev-shm-usage');
options.addArguments('headless');

const TIMEOUT = 10000;
const TIMEOUT = 30000;
const SLEEP_TIME = 5000;

const waitForXPath = (xpath, timeout = TIMEOUT) =>
Expand Down

0 comments on commit a203496

Please sign in to comment.