From 026581787766636d483a76fe0cdecc3cdab84a6f Mon Sep 17 00:00:00 2001 From: akalenyu <51477153+akalenyu@users.noreply.github.com> Date: Fri, 17 Dec 2021 03:47:39 +0200 Subject: [PATCH] Bump timeout in DataImportCron test suite (#2062) 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 --- tests/dataimportcron_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dataimportcron_test.go b/tests/dataimportcron_test.go index 0e79418bc6..3f56f1946d 100644 --- a/tests/dataimportcron_test.go +++ b/tests/dataimportcron_test.go @@ -21,7 +21,7 @@ import ( ) const ( - dataImportCronTimeout = 90 * time.Second + dataImportCronTimeout = 4 * time.Minute ) var (