Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
blueww committed Sep 30, 2024
1 parent 9d4bf74 commit 45c795e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/queue/apis/messageid.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe("MessageId APIs test", () => {
eResult.messageId,
eResult.popReceipt,
newMessage,
2
5
);
assert.ok(uResult.version);
assert.ok(uResult.nextVisibleOn);
Expand All @@ -182,7 +182,7 @@ describe("MessageId APIs test", () => {
pResult.clientRequestId
);

await sleep(3 * 1000);
await sleep(6 * 1000);

let pResult2 = await queueClient.peekMessages();
assert.equal(pResult2.peekedMessageItems.length, 1);
Expand Down

0 comments on commit 45c795e

Please sign in to comment.