Skip to content

Commit

Permalink
Update core/bin/zksync_witness_generator/tests/prover_server.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan L <[email protected]>
  • Loading branch information
vladbochok and tsionyx authored Dec 10, 2020
1 parent 75a73f0 commit 01df902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bin/zksync_witness_generator/tests/prover_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fn client_with_empty_worker_name_panics() {
#[cfg_attr(not(feature = "db_test"), ignore)]
async fn client_with_incorrect_secret_auth() {
let block_size_chunks = ConfigurationOptions::from_env().available_block_chunk_sizes[0];
let addr = spawn_server(time::Duration::from_secs(1), time::Duration::from_secs(1)).await;
let addr = spawn_server(Duration::from_secs(1), Duration::from_secs(1)).await;
let client = client::ApiClient::new(
&format!("http://{}", &addr).parse().unwrap(),
"foo",
Expand Down

0 comments on commit 01df902

Please sign in to comment.