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:
@@ -24,6 +24,8 @@
|
||||
|
||||
class RunTest : public ::testing::Test {
|
||||
protected:
|
||||
virtual ~RunTest() noexcept override {}
|
||||
|
||||
void SetUp() override {
|
||||
run.node = node;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user