Skip to content

Commit

Permalink
docs(config): add missing docs for browserDisconnectTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Dec 1, 2013
1 parent 19590e1 commit e9b004c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/config/01-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ paths defined in `files` and `exclude`. If the `basePath` configuration is a
relative path then it will be resolved to the `__dirname` of the configuration file.


## browserDisconnectTimeout
**Type:** Number

**Default:** `2000`

**Description:** How long does Karma wait for a browser to reconnect (in ms).

With a flaky connection it is pretty common that browser disconnects but the actual execution is running without any problems. Karma does not treat a disconnection as immediate failure and rather wait `browserDisconnectTimeout` ms. If the browser reconnect during that time, everything is fine.


## browserDisconnectTolerance
**Type:** Number

Expand Down

0 comments on commit e9b004c

Please sign in to comment.