Skip to content

Commit 49cf763

Browse files
author
Aries Yuwono
committed
added timeout
1 parent 2d6626f commit 49cf763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/nodejs-documents-patch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var dbAdmin = marklogic.createDatabaseClient(testconfig.restAdminConnection);
2727

2828
describe('document patch test', function(){
2929
before(function(done){
30-
this.timeout(6000);
30+
this.timeout(30000);
3131
// NOTE: must create a string range index on rangeKey1 and rangeKey2
3232
dbWriter.documents.write({
3333
uri: '/test/patch/doc1.json',

0 commit comments

Comments
 (0)