summaryrefslogtreecommitdiff
path: root/tests/timed_events.cpp
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-12-21 21:25:09 +0100
committerJonas Smedegaard <dr@jones.dk>2016-12-21 21:25:09 +0100
commitf820d86aadb7a5473bcc0a0a3669732ab0182555 (patch)
treea6a673c444ea3df75fe0a5d53e905030c2f617ce /tests/timed_events.cpp
parenteda4b75b1cff83336e87da90efca9fd6b4ced2c7 (diff)
parent9634cdaba2e5d2343fcbc1f07264d55609640273 (diff)
downloadbiboumi-f820d86aadb7a5473bcc0a0a3669732ab0182555.tar.gz
biboumi-f820d86aadb7a5473bcc0a0a3669732ab0182555.tar.bz2
biboumi-f820d86aadb7a5473bcc0a0a3669732ab0182555.tar.xz
biboumi-f820d86aadb7a5473bcc0a0a3669732ab0182555.zip
New upstream version 4.0upstream/4.0
Diffstat (limited to 'tests/timed_events.cpp')
-rw-r--r--tests/timed_events.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/timed_events.cpp b/tests/timed_events.cpp
index d63abef..fece422 100644
--- a/tests/timed_events.cpp
+++ b/tests/timed_events.cpp
@@ -38,7 +38,6 @@ TEST_CASE("Test timed event expiration")
CHECK(TimedEventsManager::instance().execute_expired_events() == 0);
std::chrono::milliseconds timoute = TimedEventsManager::instance().get_timeout();
- INFO("Sleeping for " << timoute.count() << "ms");
std::this_thread::sleep_for(timoute + 1ms);
// Event is now expired