Skip to content

Commit

Permalink
fixed test due to change in retry interval for failed subscribe attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
hidetak committed Mar 12, 2024
1 parent a51f5e0 commit 65b3b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-red-node-wot/test/update-td-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ describe("Tests for Update TD", function () {
description: "",
},
})
new Promise((resolve) => setTimeout(resolve, 500)).then(() => {
new Promise((resolve) => setTimeout(resolve, 1500)).then(() => {
expectedEvent = "event from server02"
serverEventNode01.receive({ payload: "event from server01" })
serverEventNode02.receive({ payload: "event from server02" })
Expand Down

0 comments on commit 65b3b10

Please sign in to comment.