File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,8 @@ describe('Fetcher', function () {
70
70
describe ( 'texture' , function ( ) {
71
71
// Fetcher.texture always send a texture even with a false url...
72
72
const url = 'https://data.geopf.fr/wmts?' +
73
- 'LAYER=ORTHOIMAGERY.ORTHOPHOTOS&FORMAT=image/jpeg&SERVICE=WMTS&VERSION=1.0.0&' +
73
+ 'LAYER=ORTHOIMAGERY.ORTHOPHOTOS&FORMAT=image/jpeg' +
74
+ '&SERVICE=WMTS&VERSION=1.0.0&' +
74
75
'REQUEST=GetTile&STYLE=normal&' +
75
76
'TILEMATRIXSET=PM&TILEMATRIX=2&TILEROW=1&TILECOL=1' ;
76
77
it ( 'should load a texture' , ( done ) => {
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ describe('Potree2', function () {
62
62
assert . equal ( potreeLayer . group . children . length , 1 ) ;
63
63
done ( ) ;
64
64
} ) . catch ( done ) ;
65
- } ) ;
65
+ } ) . timeout ( 5000 ) ;
66
66
67
67
it ( 'postUpdate potree2 layer' , function ( ) {
68
68
potreeLayer . postUpdate ( context , potreeLayer ) ;
You can’t perform that action at this time.
0 commit comments