mirror of https://github.com/sbt/sbt.git
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:
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue