Skip to content

Commit

Permalink
fixup! test(client-api): syncronize method calls
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Jan 24, 2024
1 parent 6fdefeb commit 59067ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client-api/src/test/java/it/unibo/arces/wot/sepa/Sync.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public void waitSubscribes(int total) {
Logging.logger.trace("Thread id "+Thread.currentThread().getId()+ " awaken from waitSubscribes");
} catch (InterruptedException e) {
Logging.logger.trace("Thread id "+Thread.currentThread().getId()+ " interrupted in waitSubscribes");
Logging.logger.trace(e.getMessage());
break;
}
}
Expand Down

0 comments on commit 59067ac

Please sign in to comment.