Skip to content

Commit 40da329

Browse files
committed
increased test timeout and updated contributors
1 parent 943287b commit 40da329

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@
3636
{
3737
"name": "Isaac Johnson",
3838
"email": "[email protected]"
39+
},
40+
{
41+
"name": "Chris Whitten",
42+
"email": "[email protected]"
43+
},
44+
{
45+
"name": "Yaw Etse",
46+
"email": "[email protected]"
3947
}
4048
]
4149
}

test/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ describe('socket.io-mongo', function(){
1313
});
1414

1515
it('broadcasts', function (done){
16+
this.timeout(5000);
17+
1618
create(function(server1, client1){
1719
create(function(server2, client2){
1820
client1.on('woot', function(a, b){
@@ -28,6 +30,8 @@ describe('socket.io-mongo', function(){
2830
});
2931

3032
it('broadcasts to rooms', function(done){
33+
this.timeout(5000);
34+
3135
create(function(server1, client1){
3236
create(function(server2, client2){
3337
create(function(server3, client3){

0 commit comments

Comments
 (0)