Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore(allScriptsTimeout): make browser.allScriptsTimeout private and …
Browse files Browse the repository at this point in the history
…better documented (#3931)
  • Loading branch information
sjelin authored Jan 5, 2017
1 parent 0c879a2 commit ae76c4f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,12 @@ export class ProtractorBrowser extends AbstractExtendedWebDriver {
*/
trackOutstandingTimeouts_: boolean;

/**
* If set, will be the universal timeout applied to all tests run by
* Protractor.
/*
* Copy of `config.allScriptsTimeout`. Used for plugins and nothing else.
*
* Set by the runner.
*/
public allScriptsTimeout: number;
allScriptsTimeout: number;

/**
* Information about mock modules that will be installed during every
Expand Down

0 comments on commit ae76c4f

Please sign in to comment.