FairMQ icon indicating copy to clipboard operation
FairMQ copied to clipboard

Workaround ctest unconditionally SIGKILLing tests on timeout

Open dennisklein opened this issue 5 years ago • 2 comments

See also https://gitlab.kitware.com/cmake/cmake/issues/17288.

dennisklein avatar Jul 26 '19 09:07 dennisklein

One possibility that comes to mind is wrapping the test script with GNU timeout. Need to check what is available on MacOS.

dennisklein avatar Jul 26 '19 09:07 dennisklein

The timeout command is not available on macosx. Some work arounds are described at

https://stackoverflow.com/questions/3504945/timeout-command-on-mac-os-x

Am 26.07.2019 um 11:44 schrieb Dennis Klein [email protected]:

One possibility that comes to mind is wrapping the test script with GNU timeout. Need to check what is available on MacOS.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

fuhlig1 avatar Jul 29 '19 06:07 fuhlig1