Skip to content

Commit

Permalink
defer same app test
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Jun 25, 2016
1 parent 1b3f3a5 commit 049e237
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test.js
Expand Up @@ -39,9 +39,11 @@ server.listen(9000, function () {

function done () {
if (--missing) return
c1.close()
c2.close()
t.end()
setTimeout(function () {
c1.close()
c2.close()
t.end()
}, 100)
}
})

Expand Down

0 comments on commit 049e237

Please sign in to comment.