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