Added test cases of flow control on cookbook

This commit is contained in:
nakanishi
2018-07-12 15:28:40 +09:00
parent c2675600f6
commit 9f5767ea16
5 changed files with 88 additions and 1 deletions

View File

@@ -155,7 +155,7 @@ exports.config = {
// Options to be passed to Mocha.
// See the full list at http://mochajs.org/
mochaOpts: {
timeout: 20000,
timeout: 60000,
ui: 'bdd'
},
//