Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
update tman
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Aug 30, 2016
1 parent 18b9c4b commit b489c24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"should": "^11.1.0",
"standard": "^8.0.0",
"thenjs": "^2.0.3",
"tman": "^1.1.1"
"tman": "^1.2.2"
},
"scripts": {
"test": "standard && tman test/index",
"test-cov": "istanbul cover tman test/index",
"test-cov": "istanbul cover _tman test/index",
"bench": "node benchmark/index"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion test/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ tman.suite('thunk with generator', function () {
})

tman.it('extremely yield (100000)', function (done) {
this.timeout(10000) // run with istanbul will take long time.
this.timeout(20000) // run with istanbul will take long time.

var thunk = thunks()
thunk(function * () {
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ tman.suite('thunks', function () {

tman.suite('extremely control flow (100000)', function () {
var extreme = 100000
this.timeout(15000)
this.timeout(20000)

tman.it('extremely sync chain', function (done) {
var thunk = thunks()
Expand Down

0 comments on commit b489c24

Please sign in to comment.