| Index: test/FilterEngine.cpp |
| diff --git a/test/FilterEngine.cpp b/test/FilterEngine.cpp |
| index 3244d42f4218e56fb63f2668f4503cb633e79cb9..8fd2659bb385dfa7c46b62a1e63fd70ceb11de6f 100644 |
| --- a/test/FilterEngine.cpp |
| +++ b/test/FilterEngine.cpp |
| @@ -57,6 +57,10 @@ namespace |
| jsEngine->SetLogSystem(AdblockPlus::LogSystemPtr(new LogSystem)); |
| filterEngine = AdblockPlus::FilterEngine::Create(jsEngine); |
| } |
| + void TearDown() override |
|
hub
2017/04/28 13:07:23
I would add a comment here to point at the actual
sergei
2017/04/28 13:14:33
Agree, I thought that one will later trace it usin
|
| + { |
| + std::this_thread::sleep_for(std::chrono::milliseconds(100)); |
| + } |
| }; |
| typedef FilterEngineTestGeneric<LazyFileSystem, AdblockPlus::DefaultLogSystem> FilterEngineTest; |