Skip to content

Commit

Permalink
e2e: Enable verbose load test logging to highlight breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Mar 13, 2024
1 parent a84b274 commit cf6e9a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/load/load_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ var _ = ginkgo.Describe("[Load Simulator]", ginkgo.Ordered, func() {

// The load tests are flaky at high levels of evm logging, so leave it at
// the default level instead of raising it to debug (as the warp testing does).
chainConfig := tmpnet.FlagsMap{}
chainConfig := tmpnet.FlagsMap{
"log-level": "debug",
}

nodes := utils.NewTmpnetNodes(nodeCount)

Expand Down

0 comments on commit cf6e9a2

Please sign in to comment.