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

Commit e61873b

Browse files
committed
Adding a warning about polling timeouts to the debugging docs.
1 parent eca7d65 commit e61873b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: docs/debugging.md

+5
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,8 @@ Jasmine tests have a timeout which can be set
106106
Webdriver has a timeout for script execution, which can be set with
107107
`driver.manage().timeouts().setScriptTimeout`. Protractor sets this to 100
108108
seconds by default, so usually Jasmine will time out first.
109+
110+
If your website uses $timeout or $http to continuously poll, Protractor will
111+
interpret that as your site being busy and will time out on all requests. See
112+
[this issue](https://github.com/angular/protractor/issues/49) for more
113+
information.

0 commit comments

Comments
 (0)