Skip to content

Commit 85f4deb

Browse files
committed
Cleanup
1 parent 7717cd1 commit 85f4deb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

test/replication.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,14 @@ test('can replicate many mounted drives between daemons', async t => {
3333
const firstClient = clients[0]
3434
const secondClient = clients[1]
3535

36-
const NUM_MOUNTS = 100
36+
const NUM_MOUNTS = 20
3737

3838
try {
3939
const mounts = await createFirst()
4040
const second = await createSecond(mounts)
4141

4242
// 100 ms delay for replication.
43-
console.log('VALIDATING IN 10s')
44-
await delay(10000)
43+
await delay(100)
4544

4645
await validate(mounts, second)
4746
} catch (err) {
@@ -82,10 +81,6 @@ test('can replicate many mounted drives between daemons', async t => {
8281
}
8382
})
8483

85-
test('can replicate recursive mounts between daemons', async t => {
86-
t.end()
87-
})
88-
8984
function delay (ms) {
9085
return new Promise(resolve => setTimeout(resolve, ms))
9186
}

0 commit comments

Comments
 (0)