Skip to content

Commit

Permalink
wait more...
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjatse authored and indexzero committed Nov 4, 2014
1 parent 1f184e8 commit 663e49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/start-stop-peaceful-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ vows.describe('forever/core/start-stop-peaceful').addBatch({
]);
setTimeout(function (that) {
forever.list(false, that.callback);
}, 1000, this)
}, 2000, this)
},
"the startup should works fine":function (err, procs) {
assert.isNull(err);
Expand All @@ -49,7 +49,7 @@ vows.describe('forever/core/start-stop-peaceful').addBatch({
]);
setTimeout(function (that) {
forever.list(false, that.callback);
}, 1000, this)
}, 2000, this)
},
"the shut down should works fine":function (err, procs) {
assert.isNull(err);
Expand Down

0 comments on commit 663e49a

Please sign in to comment.