Skip to content

Commit 357862d

Browse files
committed
main merged
Signed-off-by: Hendrik Ebbers <[email protected]>
1 parent 4023ccf commit 357862d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hiero-enterprise-microprofile/src/test/java/com/openelements/hiero/microprofile/test/AccountRepositoryTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ void findById() throws Exception {
4141
final Account account = accountClient.createAccount();
4242
final AccountId newOwner = account.accountId();
4343
//TODO: fix sleep
44-
Thread.sleep(5_000);
45-
44+
Thread.sleep(10_000);
45+
4646
//when
4747
final Optional<AccountInfo> result = accountRepository.findById(newOwner);
4848

0 commit comments

Comments
 (0)