Browse Source

Tests: PityNode - update tests

master
heck 4 years ago
parent
commit
e21afba735
  1. 2
      test/test_execmodes.cc

2
test/test_execmodes.cc

@ -9,7 +9,7 @@ void do_some_work(const PityUnit<>& myself, int sleepmilis, int rep_count)
{ {
int i = 0; int i = 0;
while (i < rep_count) { while (i < rep_count) {
myself.log(myself.getNodeName() + " - " + to_string(i)); myself.log(myself.getName() + " - " + to_string(i));
sleep_millis(sleepmilis); sleep_millis(sleepmilis);
i++; i++;
} }

Loading…
Cancel
Save