Skip to content

Commit

Permalink
fix(e2e): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
GAlexIHU committed Jan 15, 2025
1 parent 63a842a commit 5ad4dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/entitlement_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func TestEntitlementWithUniqueCountAggregation(t *testing.T) {

require.Len(t, resp.JSON200.Data, 1)
assert.Equal(t, float64(uniqueEventCount), resp.JSON200.Data[0].Value)
}, time.Minute, time.Second)
}, 2*time.Minute, time.Second)
})

t.Run("Should calculate usage correctly", func(t *testing.T) {
Expand Down

0 comments on commit 5ad4dc0

Please sign in to comment.