Skip to content

Commit a787279

Browse files
Update HieroTestUtils.java
1 parent 65ab819 commit a787279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void waitForMirrorNodeRecords() {
6060
throw new RuntimeException("Error in mirror node query!", e);
6161
}
6262
if (!done) {
63-
if (LocalDateTime.now().isAfter(start.plusSeconds(120))) {
63+
if (LocalDateTime.now().isAfter(start.plusSeconds(30))) {
6464
throw new RuntimeException("Timeout waiting for transaction");
6565
}
6666
try {

0 commit comments

Comments
 (0)