Skip to content

Commit d2c65ac

Browse files
georgeajitgeorgeajit
authored andcommitted
Increased wait time for view creation
1 parent c728e05 commit d2c65ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test-complete/nodejs-optic-generate-views.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020 MarkLogic Corporation
2+
* Copyright (c) 2021 MarkLogic Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the License);
55
* you may not use this file except in compliance with the License.
@@ -107,7 +107,7 @@ describe('Nodejs Optic generate views test', function(){
107107
done();}, done );
108108
});
109109

110-
waitForViewCreate(1000);
110+
waitForViewCreate(5000);
111111

112112
it('TEST 1a - Verify InnerJoin keymatch view', function(done){
113113
const qv = pb.fromView('InnerJoin', 'keymatch');
@@ -163,7 +163,7 @@ describe('Nodejs Optic generate views test', function(){
163163
done();}, done );
164164
});
165165

166-
waitForViewCreate(1000);
166+
waitForViewCreate(5000);
167167

168168
it('TEST 2a - Verify sparql groupmin view', function(done){
169169
const qv = pb.fromView('sparql', 'groupmin');
@@ -222,7 +222,7 @@ describe('Nodejs Optic generate views test', function(){
222222
done();}, done );
223223
});
224224

225-
waitForViewCreate(1000);
225+
waitForViewCreate(5000);
226226

227227
it('TEST 3a - Verify sparql groupmin view', function(done){
228228
const qv = pb.fromView('lexicons', 'orderbyselect');

0 commit comments

Comments
 (0)