Skip to content
Snippets Groups Projects
Commit 8164f3fe authored by Christoph Kampmeyer's avatar Christoph Kampmeyer
Browse files

Merge branch 'master' of github.com:ChimeraTK/ApplicationCore

parents 9d8df705 73629cda
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(testTriggerDevToApp, T, test_types) {
// single theaded test
app.testModule.feedingToDevice = 42;
BOOST_CHECK(app.testModule.consumingPush == 1);
CHECK_TIMEOUT((app.testModule.consumingPush.readLatest(), app.testModule.consumingPush == 1), 10000);
app.testModule.feedingToDevice.write();
BOOST_CHECK(app.testModule.consumingPush.readNonBlocking() == false);
BOOST_CHECK(app.testModule.consumingPush == 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment