Skip to content

Commit

Permalink
add process.exit
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Feb 25, 2021
1 parent df7d68b commit fa3847e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/connectivity.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ setTimeout(() => {
peer1 = null;
peer2 = null;
nodeDataChannel.cleanup();

}, 10 * 1000);
process.exit();
}, 5 * 1000);

0 comments on commit fa3847e

Please sign in to comment.