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

Commit ae76c4f

Browse files
authored
chore(allScriptsTimeout): make browser.allScriptsTimeout private and better documented (#3931)
1 parent 0c879a2 commit ae76c4f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lib/browser.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,12 @@ export class ProtractorBrowser extends AbstractExtendedWebDriver {
263263
*/
264264
trackOutstandingTimeouts_: boolean;
265265

266-
/**
267-
* If set, will be the universal timeout applied to all tests run by
268-
* Protractor.
266+
/*
267+
* Copy of `config.allScriptsTimeout`. Used for plugins and nothing else.
268+
*
269+
* Set by the runner.
269270
*/
270-
public allScriptsTimeout: number;
271+
allScriptsTimeout: number;
271272

272273
/**
273274
* Information about mock modules that will be installed during every

0 commit comments

Comments
 (0)