Skip to content

Commit

Permalink
test(prover): Separate ports when running prover tests simultaneously
Browse files Browse the repository at this point in the history
  • Loading branch information
jns-ps committed Dec 5, 2024
1 parent 976a354 commit a83d730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node_types/prover/src/webserver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl Default for WebServerConfig {
WebServerConfig {
enabled: true,
host: "127.0.0.1".to_string(),
port: 50524,
port: 0,
}
}
}
Expand Down

0 comments on commit a83d730

Please sign in to comment.