Skip to content

Commit

Permalink
chore(e2e/test): increase wait time (#2984)
Browse files Browse the repository at this point in the history
Increase timeout failing in main ci.

issue: none
  • Loading branch information
kevinhalliday authored Feb 6, 2025
1 parent 9fefb8f commit 16e572f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func TestCLIOperator(t *testing.T) {
}

// fetch again and make sure they increased
wait := time.Second * 2
wait := time.Second * 10
require.Eventuallyf(t, func() bool {
resp2, err := cprov.QueryClients().Distribution.DelegationRewards(ctx, &dtypes.QueryDelegationRewardsRequest{
DelegatorAddress: delegatorCosmosAddr,
Expand Down

0 comments on commit 16e572f

Please sign in to comment.