Skip to content
Snippets Groups Projects
Commit 8ef59eb2 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fixed a race condition in the test

parent e48e4b26
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,7 @@ BOOST_AUTO_TEST_CASE(testNormalOperation) {
// ModuleB will change the value again
max = 49.5*2.54;
max.write();
test.stepApplication();
// inject value which does not get limited
var1 = 49;
......
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