From 560d7cdb9f5ceec047d4f10cb2f3df03f895fe71 Mon Sep 17 00:00:00 2001 From: pscott <30843220+pscott@users.noreply.github.com> Date: Mon, 25 Nov 2019 10:26:05 +0100 Subject: [PATCH] increase timeout duration (#627) --- beacon_node/eth1/tests/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/eth1/tests/test.rs b/beacon_node/eth1/tests/test.rs index 8f471815ae..31d19cf04d 100644 --- a/beacon_node/eth1/tests/test.rs +++ b/beacon_node/eth1/tests/test.rs @@ -29,7 +29,7 @@ pub fn new_env() -> Environment { } fn timeout() -> Duration { - Duration::from_secs(1) + Duration::from_secs(2) } fn random_deposit_data() -> DepositData {