Skip to content

Commit 2e5cf55

Browse files
Add todo for Awaitility
1 parent 46ecbfb commit 2e5cf55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/itest/java/com/iexec/blockchain/IntegrationTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,9 @@ private RequestOrder buildRequestOrder(
280280
.build();
281281
}
282282

283+
//TODO: Use `Awaitility` in `waitStatus` & `waitBeforeFinalizing` methods
283284
/**
284-
*
285+
*
285286
* @param pollingTimeMs recommended value is block time
286287
*/
287288
private void waitStatus(String chainTaskId, ChainTaskStatus statusToWait, int pollingTimeMs, int maxAttempts) throws Exception {

0 commit comments

Comments
 (0)