Skip to content

Commit 27f170c

Browse files
Update HieroTestUtils.java
1 parent a787279 commit 27f170c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hiero-enterprise-test/src/main/java/com/openelements/hiero/test/HieroTestUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ public void waitForMirrorNodeRecords() {
5959
} catch (HieroException e) {
6060
throw new RuntimeException("Error in mirror node query!", e);
6161
}
62-
if (!done) {
63-
if (LocalDateTime.now().isAfter(start.plusSeconds(30))) {
62+
if (!done) {
63+
if (LocalDateTime.now().isAfter(start.plusSeconds(30))) {
6464
throw new RuntimeException("Timeout waiting for transaction");
6565
}
6666
try {

0 commit comments

Comments
 (0)