Skip to content

Commit

Permalink
Stuck cleanup on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
vsuharnikov committed Oct 30, 2024
1 parent 0b7e497 commit 8f316e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
check-pr:
name: Check PR
timeout-minutes: 20
runs-on: ubuntu-latest
env:
JAVA_OPTS: -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ trait BaseItTestSuite

override protected def afterAll(): Unit = {
stopNodes()
network.close()
// network.close()
super.afterAll()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class EcContainer(network: NetworkImpl, number: Int, ip: String) extends BaseCon
.withHostName(hostName)
.withIpv4Address(ip)
.withEntrypoint("/tmp/run.sh")
.withStopTimeout(5)
}

lazy val rpcPort = container.getMappedPort(RpcPort)
Expand Down

0 comments on commit 8f316e5

Please sign in to comment.