mirror of https://github.com/sbt/sbt.git
Add sleep in sequential test per review
This commit is contained in:
parent
b0a10815a6
commit
eca9321d22
|
|
@ -20,6 +20,7 @@ lazy val root = project.
|
|||
},
|
||||
testFile := target.value / "test.txt",
|
||||
sideEffect0 := {
|
||||
Thread.sleep(100)
|
||||
val t = testFile.value
|
||||
IO.append(t, "0")
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue