Skip to content

Commit

Permalink
Bump timeout in DataImportCron test suite (#2062)
Browse files Browse the repository at this point in the history
Locally see 90 seconds is not enough for ensuring PVCs were cleaned up in `[test_id:7406]`,
bumping the timeout to avoid flake.

Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
  • Loading branch information
akalenyu authored Dec 17, 2021
1 parent fe018f1 commit 0265817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dataimportcron_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
dataImportCronTimeout = 90 * time.Second
dataImportCronTimeout = 4 * time.Minute
)

var (
Expand Down

0 comments on commit 0265817

Please sign in to comment.