From 66a45f24e2a58c8c15f26bcd06056c1ba6439501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Kru=CC=88ger?= Date: Wed, 24 Jan 2018 15:01:10 +0100 Subject: [PATCH] integration tests bridge config: give deposit more gas so it succeeds --- integration-tests/bridge_config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/bridge_config.toml b/integration-tests/bridge_config.toml index c1d2979..511aa8a 100644 --- a/integration-tests/bridge_config.toml +++ b/integration-tests/bridge_config.toml @@ -23,8 +23,8 @@ accounts = [ required_signatures = 1 [transactions] -home_deploy = { gas = 1000000 } +home_deploy = { gas = 3000000 } foreign_deploy = { gas = 3000000 } -deposit_relay = { gas = 100000 } +deposit_relay = { gas = 3000000 } withdraw_relay = { gas = 3000000 } withdraw_confirm = { gas = 3000000 }