Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot committed Sep 25, 2024
1 parent 69e4f2b commit da80caa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class ScriptEstimatorV2Test extends ScriptEstimatorTestBase(ScriptEstimatorV2) {
s.acquire()

r shouldBe Left("Script estimation was interrupted")
t.join()
t.getState shouldBe Thread.State.TERMINATED
}
}
6 changes: 6 additions & 0 deletions node/tests/src/test/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ waves {
}
}
}

akka {
stdout-loglevel = "OFF"
loglevel = "OFF"
loggers = []
}

0 comments on commit da80caa

Please sign in to comment.