We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c35cdd commit 63e5b3dCopy full SHA for 63e5b3d
roles/tests-integration/lib/mod.rs
@@ -115,7 +115,6 @@ pub async fn start_jdc(
115
"mkDLTBBRxdBv998612qipDYoTK3YUrqLe8uWw7gu3iXbSrn2n".to_string(),
116
)
117
.unwrap();
118
- let cert_validity_sec = 3600;
119
let coinbase_outputs = vec![CoinbaseOutput::new(
120
"P2WPKH".to_string(),
121
"036adc3bdf21e6f9a0f0fb0066bf517e5b7909ed1563d6958a10993849a7554075".to_string(),
@@ -151,7 +150,7 @@ pub async fn start_jdc(
151
150
pool_config,
152
tp_config,
153
upstreams,
154
- std::time::Duration::from_secs(cert_validity_sec),
+ std::time::Duration::from_secs(1),
155
);
156
let ret = jd_client::JobDeclaratorClient::new(jd_client_proxy);
157
let ret_clone = ret.clone();
0 commit comments