Skip to content

Commit 0fa01ab

Browse files
georgeajitgeorgeajit
authored andcommitted
Increased timeout
1 parent d2c65ac commit 0fa01ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ describe('Nodejs Optic generate views test', function(){
107107
done();}, done );
108108
});
109109

110-
waitForViewCreate(5000);
110+
waitForViewCreate(10000);
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(5000);
166+
waitForViewCreate(10000);
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(5000);
225+
waitForViewCreate(10000);
226226

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

0 commit comments

Comments
 (0)