aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/configs.json
Commit message (Collapse)AuthorAge
* Reduce CPU, increase MSAN timeoutsGravatar Craig Tiller2016-01-27
|
* Add some time dilation for ASAN buildsGravatar Craig Tiller2016-01-21
|
* Move build configs into build.yamlGravatar Craig Tiller2016-01-20
Importantly: - allows matching timeout values between makefile and run_tests without repeating ourselves - allows borrowing of compiler flags by other build systems There's still a little too much build configuration built into our Makefile, but we can start attacking that over time.