Skip to content

Commit

Permalink
test: reduce randomwalk timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun committed Dec 12, 2019
1 parent 3b52236 commit 0a8f9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/peer-discovery/index.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe('peer discovery scenarios', () => {
enabled: true,
delay: 1000, // start the first query quickly
interval: 10000,
timeout: 3000
timeout: 1000
},
enabled: true
}
Expand Down

0 comments on commit 0a8f9f3

Please sign in to comment.