Skip to content

Commit

Permalink
increase kafka-spec timeout from 30s to 45s
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Aug 21, 2024
1 parent f7bf45c commit 0f46271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test/cases/kafka/kafka-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('kafka', () => {
terasliceHarness.waitForExStatus(sender, 'completed')
]);

await terasliceHarness.waitForIndexCount(specIndex, total);
await terasliceHarness.waitForIndexCount(specIndex, total, 45 * 1000);
await reader.stop();

await terasliceHarness.waitForExStatus(reader, 'stopped');
Expand Down

0 comments on commit 0f46271

Please sign in to comment.