commit | 57f667b19d9af97496e1dd4b982d4ff6b68d3b1f | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Jul 11 10:37:59 2013 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Thu Aug 15 15:14:10 2013 -0700 |
tree | d30f5d044748bb9663c0337259029f20a463b616 | |
parent | a264b87cb18059b4c6a32eb8b0e46bdb13318ad9 [diff] [blame] |
fs-watcher: Fixed fs-watcher multiple onChange callback Change-Id: Ied8c876e4fee238c960e091466e275823e83e899
diff --git a/test/test-fs-watcher-delay.cc b/test/test-fs-watcher-delay.cc index e658e2a..162d1d4 100644 --- a/test/test-fs-watcher-delay.cc +++ b/test/test-fs-watcher-delay.cc
@@ -69,13 +69,15 @@ - usleep(2000000); + usleep(10000000); // cleanup if (fs::exists(dir)) { fs::remove_all(dir); } + + usleep(1000000); } BOOST_AUTO_TEST_SUITE_END()