Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 50c4b56

Browse files
committed
test(swarm): crypto is slow now
1 parent cfb1330 commit 50c4b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = (common) => {
2020
// CI takes longer to instantiate the daemon,
2121
// so we need to increase the timeout for the
2222
// before step
23-
this.timeout(20 * 1000)
23+
this.timeout(50 * 1000)
2424

2525
common.setup((err, factory) => {
2626
expect(err).to.not.exist()

0 commit comments

Comments
 (0)