mirror of https://github.com/sbt/sbt.git
snapshot-resolution: add a sleep to ensure timestamp change
This test suddenly started failing for no reason at line 25, adding this sleep seems to have fixed that. Every other publish was preceded by a sleep in this test, so this makes some sense.
This commit is contained in:
parent
c76832fbc7
commit
47148f3fde
|
|
@ -18,6 +18,8 @@ $ sleep 1000
|
|||
|
||||
# Now let's try this on the opposite order: pubishLocal => publish
|
||||
$ copy-file changes/BadCommon.scala common/src/main/scala/Common.scala
|
||||
# Sleep to ensure timestamp change
|
||||
$ sleep 1000
|
||||
> common/publishLocal
|
||||
|
||||
# Force dep resolution to be successful, then compilation to fail
|
||||
|
|
|
|||
Loading…
Reference in New Issue