Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit c03cf43

Browse files
committed
test: increase timeout to get sub propageted
1 parent ff04d13 commit c03cf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pubsub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ describe('pubsub', function () {
165165

166166
series([
167167
(cb) => jsD.api.pubsub.subscribe(topic, checkMessage, cb),
168-
(cb) => setTimeout(() => { cb() }, 500),
168+
(cb) => setTimeout(() => { cb() }, 1000),
169169
(cb) => goD.api.pubsub.publish(topic, data, cb),
170170
(cb) => waitFor(() => n === 1, cb)
171171
], done)

0 commit comments

Comments
 (0)