ngageoint / hootenanny

Hootenanny conflates multiple maps into a single seamless map.
GNU General Public License v3.0
353 stars 74 forks source link

MAAX zipped FGDB test fails when run on vagrant #615

Closed bwitham closed 8 years ago

bwitham commented 8 years ago

hoot-tests/services-system.child/IngestTest.js - last test in file (currently disabled)

3 passing (13m) 1 failing 1) etl load should load a MAAX .zip FGDB: Error: timeout of 600000ms exceeded at null. (/usr/local/lib/node_modules/mocha/lib/runnable.js:139:19) at Timer.listOnTimeout as ontimeout

As described in the pull request for #476.

bwitham commented 8 years ago

easy fix... the test just run much more slowly on vagrant/nfs than it did on bare metal selma. So, increased the timeout and the test is now passing.