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 979dd88 commit 2d6626fCopy full SHA for 2d6626f
test-complete/nodejs-documents-patch-negative.js
@@ -27,7 +27,7 @@ var dbAdmin = marklogic.createDatabaseClient(testconfig.restAdminConnection);
27
28
describe('document patch negative test', function(){
29
before(function(done){
30
- this.timeout(10000);
+ this.timeout(30000);
31
// NOTE: must create a string range index on rangeKey1 and rangeKey2
32
dbWriter.documents.write({
33
uri: '/test/query/matchDir/doc1.json',
0 commit comments