Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Reduced general mocha timeout to simplify development.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jun 6, 2014
1 parent 94dec7b commit 5ed1ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocha.opts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--growl
--colors
--check-leaks
--timeout 20000
--timeout 5000
2 changes: 2 additions & 0 deletions test/server_mongo.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ var MongoClient = require('mongodb').MongoClient;
var clean = require("mongo-clean");

describe("mosca.Server with mongo persistence", function() {
this.timeout(10000);

var mongoConnection;
var mongoUrl = "mongodb://localhost:27017/mosca";

Expand Down

0 comments on commit 5ed1ea9

Please sign in to comment.