mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-21 23:08:23 +00:00
increase timeout duration (#627)
This commit is contained in:
@@ -29,7 +29,7 @@ pub fn new_env() -> Environment<MinimalEthSpec> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn timeout() -> Duration {
|
fn timeout() -> Duration {
|
||||||
Duration::from_secs(1)
|
Duration::from_secs(2)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn random_deposit_data() -> DepositData {
|
fn random_deposit_data() -> DepositData {
|
||||||
|
|||||||
Reference in New Issue
Block a user