Skip to content

Commit

Permalink
feat: document timeout parameter for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Oct 11, 2019
1 parent 3791d3d commit 09b3fbe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Public jobs defined in this orb that your config workflow can use. See [examples
- cache-key
- no-workspace
- working_directory
- timeout

- [install](#install)
- executor
Expand Down Expand Up @@ -173,6 +174,17 @@ type: boolean
default: `false`


**`timeout`**

> Optional timeout for running tests

type: string


default: `10m`


**`wait-on`**

> Optional url check using `wait-on` utility. Useful to delay tests until server boots and responds.
Expand Down

0 comments on commit 09b3fbe

Please sign in to comment.