Skip to content

Commit 4823015

Browse files
Add more time
Signed-off-by: Ndacyayisenga-droid <[email protected]>
1 parent dab425b commit 4823015

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
@@ -62,7 +62,7 @@ public void waitForMirrorNodeRecords() {
6262
throw new RuntimeException("Error in mirror node query!", e);
6363
}
6464
if (!done) {
65-
if (LocalDateTime.now().isAfter(start.plusSeconds(600))) {
65+
if (LocalDateTime.now().isAfter(start.plusSeconds(1000))) {
6666
throw new RuntimeException("Timeout waiting for transaction");
6767
}
6868
try {

0 commit comments

Comments
 (0)