integration tests bridge config: give deposit more gas so it succeeds

This commit is contained in:
Maximilian Krüger 2018-01-24 15:01:10 +01:00
parent a2dcbecd1b
commit 66a45f24e2
1 changed files with 2 additions and 2 deletions

View File

@ -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 }