Skip to content

Commit

Permalink
fix startup test
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Sep 15, 2023
1 parent c43926e commit 5c372db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/noderunner/noderunner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ func createInMemoryNode(t *testing.T) (node.Node, gethcommon.Address) {
node.WithL1WebsocketURL(fmt.Sprintf("ws://%s:%d", _localhost, _startPort+integration.DefaultGethWSPortOffset)),
node.WithGenesis(true),
node.WithProfiler(true),
node.WithL1BlockTime(1*time.Second),
)

return NewInMemNode(nodeCfg), hostAddress
Expand Down

0 comments on commit 5c372db

Please sign in to comment.