summaryrefslogtreecommitdiffstats
path: root/test/src/test-stress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-stress.cpp')
-rw-r--r--test/src/test-stress.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/src/test-stress.cpp b/test/src/test-stress.cpp
index 588e0f7..8bd2e4a 100644
--- a/test/src/test-stress.cpp
+++ b/test/src/test-stress.cpp
@@ -97,10 +97,9 @@ int main(int argc, char** argv) {
entryIter++;
// forever
- if (entryIter == entries.end()) {
- entryIter = entries.begin();
- std::this_thread::sleep_for(std::chrono::seconds(10));
- }
+// if (entryIter == entries.end()) {
+// entryIter = entries.begin();
+// }
}
delete watcher;