Skip to content

Commit

Permalink
fix: awaitility thread
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Jul 24, 2023
1 parent d1f6871 commit 2ffc68a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/io/iohk/atala/automation/utils/Wait.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ object Wait {
condition: () -> Boolean
) {
Awaitility.await()
.pollInSameThread()
.with()
.pollInterval(pollInterval.toJavaDuration())
.atMost(timeout.toJavaDuration())
Expand Down

0 comments on commit 2ffc68a

Please sign in to comment.