mirror of https://github.com/sbt/sbt.git
sleep 1000. #1958
mvn-local test is often failing at line 46. adding a sleep here might have some effect.
This commit is contained in:
parent
e86aaeb7e1
commit
1ff86cd44c
|
|
@ -43,4 +43,5 @@ $ copy-file changes/libDeps.sbt library/build.sbt
|
|||
> library/publishM2
|
||||
|
||||
# should succeed now that the dependency is there
|
||||
$ sleep 1000
|
||||
> main/compile
|
||||
|
|
|
|||
Loading…
Reference in New Issue