Skip to content
Snippets Groups Projects
Unverified Commit 3a604a76 authored by Éloïs's avatar Éloïs
Browse files

[fix] integration test ws2p_heads

parent 1237abbc
No related branches found
No related tags found
3 merge requests!1222Add startup scripts,!1220Stable/ws2p v1.1 trymerge,!1208Stable/ws2p v1.1
......@@ -86,7 +86,7 @@ describe("WS2P heads propagation", function() {
b3 = s1.commit({ time: now })
await Promise.all([
s2.waitToHaveBlock(3),
s2.waitForHeads(1)
s2.waitForHeads(2) // head v2 + head v1
])
await s1.expect('/network/ws2p/info', (res:any) => {
assert.equal(res.peers.level1, 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment