Skip to content

Commit

Permalink
Update timeout values in Docker document (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Sep 20, 2023
1 parent b7e0016 commit 413cd2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions building/tooling/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ If the file is larger than this, the tooling run will be killed with a 460 error

## Configuration

Each solution gets 100% machine resources for a ten second window.
Each solution gets 100% machine resources for a twenty second window.

After 10 seconds, the process is halted and reports as a time-out.
After 20 seconds, the process is halted and reports as a time-out.

Configuration can be set in the [`tools.json` file](https://github.com/exercism/tooling-invoker/blob/main/tools.json) in the Tooling Invoker repository.

Expand Down

0 comments on commit 413cd2a

Please sign in to comment.