bridge/e2e: increase Terra timeout to make it less flaky

This commit is contained in:
Leo 2021-01-21 14:39:06 +01:00
parent 76cb95c51b
commit fd4b61b736
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ func waitTerraUnknownBalance(t *testing.T, ctx context.Context, contract string,
return
}
ctx, cancel := context.WithTimeout(ctx, 30*time.Second)
ctx, cancel := context.WithTimeout(ctx, 60*time.Second)
defer cancel()
err = wait.PollUntil(1*time.Second, func() (bool, error) {