Skip to content

Commit

Permalink
Readme small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fragoulis committed Mar 18, 2021
1 parent 4e6411d commit 03feadc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ This is convenient for monitoring important warnings/errors that may impact
build times, such as the fact that no previous timings were found and
therefore job scheduling was effectively random for a particular build.


## How it works

The core design is almost identical to ci-queue so please refer to its
Expand All @@ -139,7 +138,7 @@ For example, a single file may need 10 minutes to run while all other
files finish after 8 minutes. This would cause all but one workers to be
sitting idle for 2 minutes.

To overcome this issue, RSpecQ can splits files which their execution time is
To overcome this issue, RSpecQ can split files which their execution time is
above a certain threshold (set with the `--file-split-threshold` option)
and instead schedule them as individual examples.

Expand Down

0 comments on commit 03feadc

Please sign in to comment.