summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-03-26 13:59:09 +0100
committerRALOVICH, Kristof <tade60@freemail.hu>2014-03-26 13:59:09 +0100
commit79e5040fab26862c99d429659ef84b47314b25e7 (patch)
tree9e7394a1f01463f24014913c17901e7339378575
parent5f83506a8c4c4e1c913a5ed572842db4f76d7fa6 (diff)
tests: try to fix an other sporadic failure
-rw-r--r--src/tests/sm1.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/sm1.cpp b/src/tests/sm1.cpp
index 653019d..6efc239 100644
--- a/src/tests/sm1.cpp
+++ b/src/tests/sm1.cpp
@@ -294,6 +294,7 @@ BOOST_AUTO_TEST_CASE(test_asio)
}
io_service.stop();
+ bgthread.join();
}
catch (std::exception& e)
{