Add 3s sleep to dependency-management/cache-classifiers test to handle 1s last modified resolution.

This commit is contained in:
Mark Harrah 2013-01-16 10:26:33 -05:00
parent 37f937402f
commit 4048a1ec08
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ $ copy-file changes/B.scala b/B.scala
> b/update
-> b/test:compile
# Need to sleep 3s because the check depends on last modified time and typical resolution is 1s.
$ sleep 3000
$ copy-file changes/A.scala a/src/test/scala/A.scala
> a/publish