We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1424a00 commit 63d2461Copy full SHA for 63d2461
test/client.js
@@ -119,14 +119,14 @@ function testClientUpdate (t, serverType) {
119
client.on('error', function (err) { t.error(err) })
120
client.on('warning', function (err) { t.error(err) })
121
122
- client.setInterval(2000)
+ client.setInterval(500)
123
124
client.start()
125
126
client.once('update', function () {
127
128
129
- // after interval (2s), we should get another update
+ // after interval, we should get another update
130
client.once('update', function (data) {
131
// received an update!
132
t.equal(data.announce, announceUrl)
0 commit comments