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

Re-enable watchdog

parent a1e8e813
...@@ -53,9 +53,9 @@ private: ...@@ -53,9 +53,9 @@ private:
// spin // spin
} }
if (! canceled_) { if (! canceled_) {
//logger::instance().error() logger::instance().error()
// << "WATCHDOG: unit test did finish within 10s, abort\n"; << "WATCHDOG: unit test did finish within 10s, abort\n";
//abort(); 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