Bumping up the threshold for offline mode test

Travis CI keeps failing on OfflineModeSpec, so I am going to bump up the threshold.
This commit is contained in:
Eugene Yokota
2017-07-06 14:49:04 +01:00
committed by Dale Wijnand
parent 178b079f40
commit e3891c8732
@@ -40,7 +40,7 @@ class OfflineModeSpec extends BaseIvySpecification with DependencyBuilders {
// Compute an estimate to ensure that the second resolution does indeed use the cache
val originalResolveTime = onlineResolution.right.get.stats.resolveTime
val estimatedCachedTime = originalResolveTime * 0.15
val estimatedCachedTime = originalResolveTime * 0.3
val offlineResolution =
IvyActions.updateEither(toResolve, offlineConf, warningConf, noClock, targetDir, log)