Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
allnil committed Nov 15, 2024
1 parent e68b5dd commit 158053a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ func createWVMConfig(eigendaCfg server.Config) server.CLIConfig {
Enabled: true,
Endpoint: "https://testnet-rpc.wvm.dev/",
ChainID: 9496,
Timeout: 10 * time.Second,
// set higher than 5s in e2e tests
Timeout: 10 * time.Second,
}
return server.CLIConfig{
EigenDAConfig: eigendaCfg,
Expand Down

0 comments on commit 158053a

Please sign in to comment.