Commit 2738571b authored by Nick Craver's avatar Nick Craver

Runner config: disable diagnosticMessages

Useful when hanging, but noisy when not. Disable for now, but leave in config for when needed readily.
parent 8df859d0
{ {
"methodDisplay": "classAndMethod", "methodDisplay": "classAndMethod",
"maxParallelThreads": 3, "maxParallelThreads": 3,
"diagnosticMessages": true, "diagnosticMessages": false,
"longRunningTestSeconds": 60 "longRunningTestSeconds": 60
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment