Merge pull request #4645 from eatkins/unnecessary-sleep

Unnecessary sleep
This commit is contained in:
eugene yokota 2019-05-02 22:04:39 -04:00 committed by GitHub
commit cfa64e12d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ private[sbt] abstract class AbstractBackgroundJobService extends BackgroundJobSe
}
val xs = (products.toVector map { syncTo(workingDirectory / "target") }) ++
((full diff products) map { syncTo(serviceTempDir / "target") })
Thread.sleep(100)
xs
}