Updating docs for fix to #60

This commit is contained in:
Brandon Nozaki Miller 2016-01-09 23:28:00 -08:00
parent fa59d14ca4
commit 2d19c88b15
16 changed files with 15 additions and 17 deletions

View File

@ -30,8 +30,6 @@ This work is licenced via the [DBAD Public Licence](http://www.dbad-license.org/
You may want to install jasmine and istanbul globally with ` sudo npm install -g jasmine istanbul `
Tests are currently being re-written in Jasmine and Istanbul and as of the last commit the test servers do not yet auto close after completion so you may want to manually kill them after running the test suite.
----
#### Contents

View File

@ -90,7 +90,7 @@
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Jan 09 2016 23:03:42 GMT-0800 (PST)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Jan 09 2016 23:23:56 GMT-0800 (PST)
</div>
</div>
<script src="prettify.js"></script>

View File

@ -77,7 +77,7 @@
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Jan 09 2016 23:03:42 GMT-0800 (PST)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Jan 09 2016 23:23:56 GMT-0800 (PST)
</div>
</div>
<script src="../prettify.js"></script>

View File

@ -754,7 +754,7 @@ module.exports=init;
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Jan 09 2016 23:03:42 GMT-0800 (PST)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Jan 09 2016 23:23:56 GMT-0800 (PST)
</div>
</div>
<script src="../../prettify.js"></script>

View File

@ -130,7 +130,7 @@ module.exports=parser;
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Jan 09 2016 23:03:42 GMT-0800 (PST)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Jan 09 2016 23:23:56 GMT-0800 (PST)
</div>
</div>
<script src="../../prettify.js"></script>

View File

@ -103,7 +103,7 @@
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Jan 09 2016 23:03:42 GMT-0800 (PST)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Jan 09 2016 23:23:56 GMT-0800 (PST)
</div>
</div>
<script src="../../prettify.js"></script>

View File

@ -1141,7 +1141,7 @@ module.exports=init;
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Jan 09 2016 23:03:42 GMT-0800 (PST)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Jan 09 2016 23:23:56 GMT-0800 (PST)
</div>
</div>
<script src="../../prettify.js"></script>

View File

@ -997,7 +997,7 @@ module.exports=ipc;
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Jan 09 2016 23:03:42 GMT-0800 (PST)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Jan 09 2016 23:23:56 GMT-0800 (PST)
</div>
</div>
<script src="../prettify.js"></script>

View File

@ -1,6 +1,6 @@
const ipc=require('../../../node-ipc');
const process=require('process');
const dieAfter=60000;
const dieAfter=30000;
//die after 60 seconds
setTimeout(

View File

@ -1,6 +1,6 @@
const ipc=require('../../../node-ipc');
const process=require('process');
const dieAfter=60000;
const dieAfter=30000;
//die after 60 seconds
setTimeout(

View File

@ -1,6 +1,6 @@
const ipc=require('../../../node-ipc');
const process=require('process');
const dieAfter=60000;
const dieAfter=30000;
const messageDelay=900;
//die after 60 seconds

View File

@ -1,6 +1,6 @@
const ipc=require('../../../node-ipc');
const process=require('process');
const dieAfter=60000;
const dieAfter=30000;
//die after 60 seconds
setTimeout(

View File

@ -1,6 +1,6 @@
const ipc=require('../../../node-ipc');
const process=require('process');
const dieAfter=60000;
const dieAfter=30000;
//die after 60 seconds
setTimeout(

View File

@ -1,6 +1,6 @@
const ipc=require('../../../node-ipc');
const process=require('process');
const dieAfter=60000;
const dieAfter=30000;
//die after 60 seconds
setTimeout(

View File

@ -1,6 +1,6 @@
const ipc=require('../../../node-ipc');
const process=require('process');
const dieAfter=60000;
const dieAfter=30000;
//die after 60 seconds
setTimeout(

View File

@ -1,6 +1,6 @@
const ipc=require('../../../node-ipc');
const process=require('process');
const dieAfter=60000;
const dieAfter=30000;
const messageDelay=900;
//die after 60 seconds