-
Notifications
You must be signed in to change notification settings - Fork 949
Closed
Labels
Description
steps
scripted test file:
> doSomething
$ pause
Then run scripted test.
problem
[info] [success] Total time: 9 s, completed 2021/09/24 9:53:36
Pausing in ...\sbt_e5996dbf
Press enter to continue. [error] x group/name
sbt.internal.scripted.TestException: {line 4} Command timed out
| => cat sbt.scriptedtest.BatchScriptRunner.processStatement(BatchScriptRunner.scala:72)
...
Caused by: java.util.concurrent.TimeoutException
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:204)
at sbt.scriptedtest.BatchScriptRunner.processStatement(BatchScriptRunner.scala:55)
...
The test directory deletes while investigating.
expectation
pause
command should not timeout.
notes
steinybot