Searched refs:timeToWait (Results 1 – 3 of 3) sorted by relevance
33 int timeToWait = 500; in fixForCorberturaAndSonarCodeCoverage() local34 locker.join(timeToWait, 0); in fixForCorberturaAndSonarCodeCoverage()38 attempt.join(timeToWait, 0); in fixForCorberturaAndSonarCodeCoverage()41 Assert.assertEquals(1, (after - before) / timeToWait); in fixForCorberturaAndSonarCodeCoverage()72 int timeToWait = 500; in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround() local73 locker.join(timeToWait, 0); in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround()77 attempt.join(timeToWait, 0); in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround()80 Assert.assertEquals(1, (after - before) / timeToWait); in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround()
325 int timeToWait = [self sendDelay];328 if (timeToWait == -1)332 if (timeToWait == 0) {339 timeToWait = uploadIntervalInSeconds_;343 if (timeToWait > 0) {348 afterDelay:timeToWait];
306 long timeToWait = 0; in run() local338 timeToWait = System.currentTimeMillis() - startTime; in run()348 if (timeToWait != 0) { in run()