1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2026-03-02 03:40:21 +00:00

resolves #30: job execution timeout

Add the ability to configure a timeout in seconds
after which a job run will be automatically aborted
This commit is contained in:
Oliver Giles
2018-05-12 13:25:19 +03:00
parent ce81be85c7
commit 649caee297
6 changed files with 37 additions and 2 deletions

View File

@@ -24,6 +24,8 @@
class RunTest : public ::testing::Test {
protected:
virtual ~RunTest() noexcept override {}
void SetUp() override {
run.node = node;
}