From b24f4445b8ff445b34d1a1f833e18c3793cdbfe1 Mon Sep 17 00:00:00 2001 From: skudasov Date: Tue, 6 Aug 2024 13:44:34 +0200 Subject: [PATCH] increase timeout --- integration-tests/crib/ocr_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/crib/ocr_test.go b/integration-tests/crib/ocr_test.go index b84af02a196..80ccd08dbdb 100644 --- a/integration-tests/crib/ocr_test.go +++ b/integration-tests/crib/ocr_test.go @@ -50,5 +50,5 @@ func TestCRIB(t *testing.T) { return false } return true - }, 3*time.Minute, 5*time.Second) + }, 10*time.Minute, 5*time.Second) }