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-03 02:13:02 -04:00 committed by Dale Wijnand
parent 178b079f40
commit e3891c8732
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 1 deletions

View File

@ -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)