|
1 | 1 | /* |
2 | | - * Copyright (c) 2020 MarkLogic Corporation |
| 2 | + * Copyright (c) 2021 MarkLogic Corporation |
3 | 3 | * |
4 | 4 | * Licensed under the Apache License, Version 2.0 (the License); |
5 | 5 | * you may not use this file except in compliance with the License. |
@@ -107,7 +107,7 @@ describe('Nodejs Optic generate views test', function(){ |
107 | 107 | done();}, done ); |
108 | 108 | }); |
109 | 109 |
|
110 | | - waitForViewCreate(1000); |
| 110 | + waitForViewCreate(5000); |
111 | 111 |
|
112 | 112 | it('TEST 1a - Verify InnerJoin keymatch view', function(done){ |
113 | 113 | const qv = pb.fromView('InnerJoin', 'keymatch'); |
@@ -163,7 +163,7 @@ describe('Nodejs Optic generate views test', function(){ |
163 | 163 | done();}, done ); |
164 | 164 | }); |
165 | 165 |
|
166 | | - waitForViewCreate(1000); |
| 166 | + waitForViewCreate(5000); |
167 | 167 |
|
168 | 168 | it('TEST 2a - Verify sparql groupmin view', function(done){ |
169 | 169 | const qv = pb.fromView('sparql', 'groupmin'); |
@@ -222,7 +222,7 @@ describe('Nodejs Optic generate views test', function(){ |
222 | 222 | done();}, done ); |
223 | 223 | }); |
224 | 224 |
|
225 | | - waitForViewCreate(1000); |
| 225 | + waitForViewCreate(5000); |
226 | 226 |
|
227 | 227 | it('TEST 3a - Verify sparql groupmin view', function(done){ |
228 | 228 | const qv = pb.fromView('lexicons', 'orderbyselect'); |
|
0 commit comments