Closed vdelacruzb closed 2 months ago
As can be seen in this PR: https://github.com/CartoDB/analytics-toolbox/pull/901
The tests where constantly crashing because of a timeout on certain BQ procedures.
This should be caused by the timeout changes introduced in the release 7.9.1 by Bigquery https://github.com/googleapis/nodejs-bigquery/releases
7.9.1
Tried to increase dramatically the timeout times but it wasn't fixing anything and started getting network timeouts. So decided to stick to the version 7.9.0.
Description
As can be seen in this PR: https://github.com/CartoDB/analytics-toolbox/pull/901
The tests where constantly crashing because of a timeout on certain BQ procedures.
This should be caused by the timeout changes introduced in the release
7.9.1
by Bigquery https://github.com/googleapis/nodejs-bigquery/releasesTried to increase dramatically the timeout times but it wasn't fixing anything and started getting network timeouts. So decided to stick to the version 7.9.0.