Skip to content

Commit

Permalink
Increased test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Helber Belmiro <[email protected]>
  • Loading branch information
hbelmiro committed Nov 13, 2024
1 parent 554ff08 commit c51b498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dspa_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ func (suite *IntegrationTestSuite) TestDSPADeployment() {
}
suite.T().Run("with default MariaDB and Minio", func(t *testing.T) {
t.Run(fmt.Sprintf("should have %d pods", podCount), func(t *testing.T) {
timeout := time.Second * 10
interval := time.Millisecond * 2
timeout := time.Minute * 2
interval := time.Second * 10
actualPodCount := 0

require.Eventually(t, func() bool {
Expand Down

0 comments on commit c51b498

Please sign in to comment.