Skip to content

Commit

Permalink
test better computed timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Aug 29, 2024
1 parent f340627 commit 11a5c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ctst/steps/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 11a5c9b

Please sign in to comment.