Skip to content

Latest commit

 

History

History
281 lines (11 loc) · 808 Bytes

README.md

File metadata and controls

281 lines (11 loc) · 808 Bytes

The Test Sandbox

The test sandbox is a repo that contains dummy tests that sleep for random times and then pass.

test_* directories contain shell scripts that sleep for durations based on the profile of the Discourse open source project.

Test files and their executable command are specified in the .turbo_test.yml configuration file:

test_suite:
  command: sh

  files:
    - test_17_mins/*sh