Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update canonical-schema.json with "timeout" property #1882

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 8, 2021

  1. Update canonical-schema.json

    Added non-required `timeout` (in milliseconds) property to `labeledTest.properties` to support tests with timeouts, such as for `alphametics` and `palindrome-products` exercises. This would support automatic generation/update of the tests rather than specific track manually modification of the relevant exercise's test file.
    martinfreedman committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4bec8d3 View commit details
    Browse the repository at this point in the history
  2. Update canonical-schema.json

    Added description reference for timeout property
    martinfreedman committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    06ffc90 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Update README.md

    Added a section to give an example of using the "timeout" property
    martinfreedman committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    d48e735 View commit details
    Browse the repository at this point in the history