Browse Source

Tests: PityNode - update tests

LIB-11
heck 4 years ago
parent
commit
6ec2f2246a
  1. 2
      test/pitytest11/test/test_execmodes.cc

2
test/pitytest11/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