Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Dec 18, 2024
1 parent b4b33c3 commit 744c0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/replication/queueProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ describe('queue processor functional tests with mocking', () => {
copyLocationResultsConsumer.subscribe();
// it seems the consumer needs some extra time to start
// consuming the first messages
return setTimeout(done, 5000);
return setTimeout(done, 2000);
});
s3mock = new S3Mock();
httpServer = http.createServer(
Expand Down

0 comments on commit 744c0e9

Please sign in to comment.