You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
406 B

  1. [profile.ci]
  2. # Print out output for failing tests as soon as they fail, and also at the end
  3. # of the run (for easy scrollability).
  4. failure-output = "immediate-final"
  5. # Show skipped tests in the CI output.
  6. status-level = "skip"
  7. # Do not cancel the test run on the first failure.
  8. fail-fast = false
  9. # Mark tests as slow after 5mins, kill them after 50
  10. slow-timeout = { period = "300s", terminate-after = 10 }