We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6626f commit 49cf763Copy full SHA for 49cf763
test-complete/nodejs-documents-patch.js
@@ -27,7 +27,7 @@ var dbAdmin = marklogic.createDatabaseClient(testconfig.restAdminConnection);
27
28
describe('document patch test', function(){
29
before(function(done){
30
- this.timeout(6000);
+ this.timeout(30000);
31
// NOTE: must create a string range index on rangeKey1 and rangeKey2
32
dbWriter.documents.write({
33
uri: '/test/patch/doc1.json',
0 commit comments