Skip to content

Commit

Permalink
Fix timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Aug 7, 2024
1 parent 05f599f commit 122b377
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions building/tooling/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Our [Best Practices page](/docs/building/tooling/best-practices) has lots of tip

### Timeouts

Each tooling run has a ten-second window in which to execute.
At the end of that period it will be timed out with a 408 error code.
The test runner gets 100% CPU with 3GB of memory for a 20 second window per solution.
After 20 seconds, the process is halted and reports a time-out with a 408 error code.

### Stdout/stderr

Expand Down
2 changes: 1 addition & 1 deletion building/tooling/test-runners/interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All interactions with the Exercism website are handled automatically and are not

### Allowed run time

The test runner gets 100% machine resources for a 20 second window per solution.
The test runner gets 100% CPU with 3GB of memory for a 20 second window per solution.
After 20 seconds, the process is halted and reports a time-out.

## Output format
Expand Down

0 comments on commit 122b377

Please sign in to comment.