iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.06k stars 290 forks source link

fix(test): fix potree unit test #2351

Closed gchoqueux closed 3 days ago

gchoqueux commented 4 days ago

Description

Resolve all loading states, to avoid timeouts in unit tests

gchoqueux commented 3 days ago

it seems that the timeout on github action is caused by requests that are a little longer than local test unit. A fix will be increase the timeout with : mocha --timeout 5000