Skip to content

Commit

Permalink
BUGFIX: Add a default timeout to all page actions as this improves th…
Browse files Browse the repository at this point in the history
…e error handling tremendously
  • Loading branch information
skurfuerst committed May 25, 2021
1 parent fd6b887 commit 40d5979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Private/e2e-testrunner-template/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const init = async () => {
vars: {},
script: []
};
currentlyKnownContexts[contextName].playwrightContext.setDefaultTimeout(15000); // 15 s
}

const payload = request.payload.toString('utf-8');
Expand Down

0 comments on commit 40d5979

Please sign in to comment.