bridge/e2e: increase Terra timeout to make it less flaky
This commit is contained in:
parent
76cb95c51b
commit
fd4b61b736
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue