Skip to content

Add cmake flag to override default ctest timeouts

Mark Bolstad requested to merge bolstadm/vtk-m:override_ctest_timeout into master

The current ctest timeout in VTK-m are fine for the CI, but are too long for develoment when a test is hanging on a queued node. This commit allows a developer to turn off the majority of the hard coded timeout values which allows them to set them at the ctest command-line.

Merge request reports