File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/itest/java/com/iexec/blockchain Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 3434import org .web3j .crypto .Sign ;
3535
3636import java .math .BigInteger ;
37- import java .time .Duration ;
3837import java .util .ArrayList ;
3938import java .util .List ;
4039import java .util .Optional ;
@@ -153,8 +152,7 @@ public void shouldBurstTransactionsWithAverageOfOneTxPerBlock(){
153152 }
154153
155154 private String triggerDeal (int taskVolume ) {
156- int secondsPollingInterval = Duration .ofMillis (POLLING_INTERVAL_MS )
157- .toSecondsPart ();
155+ int secondsPollingInterval = POLLING_INTERVAL_MS / 1000 ;
158156 int secondsTimeout = secondsPollingInterval * MAX_POLLING_ATTEMPTS ;
159157 String appAddress = iexecHubService .createApp (buildRandomName ("app" ),
160158 "docker.io/repo/name:1.0.0" ,
You can’t perform that action at this time.
0 commit comments