You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
The text was updated successfully, but these errors were encountered:
The only workaround I can think of is to run sbt --jvm-debug 5005 attach the debugger to sbt and then pause the whole JVM after it has started the scripted test.
steps
scripted test file:
Then run scripted test.
problem
The test directory deletes while investigating.
expectation
pause
command should not timeout.notes
The text was updated successfully, but these errors were encountered: