Skip to content

Commit

Permalink
Change JDC timeout config in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Jan 14, 2025
1 parent 3c35cdd commit 63e5b3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/tests-integration/lib/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ pub async fn start_jdc(
"mkDLTBBRxdBv998612qipDYoTK3YUrqLe8uWw7gu3iXbSrn2n".to_string(),
)
.unwrap();
let cert_validity_sec = 3600;
let coinbase_outputs = vec![CoinbaseOutput::new(
"P2WPKH".to_string(),
"036adc3bdf21e6f9a0f0fb0066bf517e5b7909ed1563d6958a10993849a7554075".to_string(),
Expand Down Expand Up @@ -151,7 +150,7 @@ pub async fn start_jdc(
pool_config,
tp_config,
upstreams,
std::time::Duration::from_secs(cert_validity_sec),
std::time::Duration::from_secs(1),
);
let ret = jd_client::JobDeclaratorClient::new(jd_client_proxy);
let ret_clone = ret.clone();
Expand Down

0 comments on commit 63e5b3d

Please sign in to comment.