Skip to content

Commit 0665db6

Browse files
author
Aries Yuwono
committed
add timeout
1 parent b7309ad commit 0665db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/nodejs-documents-removeAll-all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe('Document remove all with all param', function(){
102102
});
103103

104104
it('should remove all with all = true', function(done){
105-
this.timeout(10000);
105+
this.timeout(15000);
106106
dbAdmin.documents.removeAll({all:true}).
107107
result(function(result) {
108108
return db.documents.probe('/test/query/matchList/doc5.json').result();

0 commit comments

Comments
 (0)