Skip to content

Commit 65a4621

Browse files
author
Aries Yuwono
committed
added timeout
1 parent 49cf763 commit 65a4621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/nodejs-documents-qbe.js

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

2727
describe('Document qbe test', function(){
2828
before(function(done){
29-
this.timeout(10000);
29+
this.timeout(30000);
3030
dbWriter.documents.write({
3131
uri: '/test/query/matchDir/doc1.json',
3232
collections: ['matchCollection1'],

0 commit comments

Comments
 (0)