Disable timeout for full_stack_target runs in CI
authorMatt Corallo <git@bluematt.me>
Fri, 24 Apr 2020 20:56:20 +0000 (16:56 -0400)
committerMatt Corallo <git@bluematt.me>
Fri, 24 Apr 2020 20:56:20 +0000 (16:56 -0400)
It seems we've recently been seeing sporadic long-running
full_stack_target cases when running honggfuzz in CI. These
shouldn't be killed (as its possible they hit an error or a deadlock,
especially since the longest-running tests probably have the most
coverage).


No differences found