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 49cf763 commit 65a4621Copy full SHA for 65a4621
test-complete/nodejs-documents-qbe.js
@@ -26,7 +26,7 @@ var dbAdmin = marklogic.createDatabaseClient(testconfig.restAdminConnection);
26
27
describe('Document qbe test', function(){
28
before(function(done){
29
- this.timeout(10000);
+ this.timeout(30000);
30
dbWriter.documents.write({
31
uri: '/test/query/matchDir/doc1.json',
32
collections: ['matchCollection1'],
0 commit comments