From 11a5c9be5821149d19298646a7d8cd24bb27d076 Mon Sep 17 00:00:00 2001 From: williamlardier Date: Thu, 29 Aug 2024 10:36:04 +0200 Subject: [PATCH] test better computed timeout --- tests/ctst/steps/notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ctst/steps/notifications.ts b/tests/ctst/steps/notifications.ts index b5739e0b74..0fb75e90d9 100644 --- a/tests/ctst/steps/notifications.ts +++ b/tests/ctst/steps/notifications.ts @@ -5,7 +5,7 @@ import { Message } from 'node-rdkafka'; import { cleanS3Bucket } from 'common/common'; import Zenko from 'world/Zenko'; -const KAFKA_TESTS_TIMEOUT = Number(process.env.KAFKA_TESTS_TIMEOUT) || Constants.DEFAULT_TIMEOUT * 2 - 1; +const KAFKA_TESTS_TIMEOUT = Number(process.env.KAFKA_TESTS_TIMEOUT) || Constants.DEFAULT_TIMEOUT * 1.5; const allNotificationTypes = [ 's3:ObjectCreated:Put',