mirror of https://github.com/sbt/sbt.git
Add 3s sleep to dependency-management/cache-classifiers test to handle 1s last modified resolution.
This commit is contained in:
parent
37f937402f
commit
4048a1ec08
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue