Skip to content

Commit

Permalink
Merge pull request #2541 from vivganes/devdoc
Browse files Browse the repository at this point in the history
docs(runner): Document processKillTimeout property
  • Loading branch information
dignifiedquire authored Jan 19, 2017
2 parents 0bec015 + adf5532 commit 9ff095e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/config/01-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ The `captureTimeout` value represents the maximum boot-up time allowed for a bro
If any browser does not get captured within the timeout, Karma will kill it and try to launch
it again and, after three attempts to capture it, Karma will give up.


## client.args
**Type:** Array

Expand Down Expand Up @@ -505,6 +506,16 @@ See [plugins] for more information.
**Description:** The port where the web server will be listening.


## processKillTimeout
**Type:** Number

**Default:** `2000`

**Description:** How long will Karma wait for browser process to terminate before sending a SIGKILL signal.

If, after test execution or after Karma attempts to kill the browser, browser is not killed within `processKillTimeout`(ms), Karma will send a SIGKILL signal to attempt to kill the browser forcefully.


## preprocessors
**Type:** Object

Expand Down Expand Up @@ -705,6 +716,8 @@ If set then the following fields will be defined and can be overriden:

**Description:** Will be used as the hostname when launching browsers



### protocol
**Type:** String

Expand Down

0 comments on commit 9ff095e

Please sign in to comment.