Commit 0bf7e070 authored by Dominik Charousset's avatar Dominik Charousset

Re-enable watchdog

parent a1e8e813
......@@ -53,9 +53,9 @@ private:
// spin
}
if (! canceled_) {
//logger::instance().error()
// << "WATCHDOG: unit test did finish within 10s, abort\n";
//abort();
logger::instance().error()
<< "WATCHDOG: unit test did finish within 10s, abort\n";
abort();
}
}};
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment