diff --git a/tst/WatcherTest.cpp b/tst/WatcherTest.cpp index 616116b..ff541f6 100644 --- a/tst/WatcherTest.cpp +++ b/tst/WatcherTest.cpp @@ -84,6 +84,7 @@ TEST_CASE("create watcher") etcd.set("/test/key", "43"); std::this_thread::sleep_for(std::chrono::seconds(3)); } + std::this_thread::sleep_for(std::chrono::seconds(10)); CHECK(2 == watcher_called); etcd.rmdir("/test", true).error_code(); }