HTHou opened a new issue #3426:
URL: https://github.com/apache/iotdb/issues/3426


   master 0616 / 699f866fb73d81c6d35ad6b401ceceb2499decbf
   Author: J.J. Liu <[email protected]>
   Date: Wed Jun 16 22:58:17 2021 +0800
   
   Fix Cpp example not release query dataset bug (#3419)
   
   Running maven command in IoTDB root directory:
   mvn package -P compile-cpp -pl example/client-cpp-example -am -DskipTest
   
   got error:
   Running "qunit:ThriftJS_TLS" (qunit) task
   Testing https://localhost:8091/test-nojq.html >> There was an error with 
headless chrome
   Fatal error: Navigation Timeout Exceeded: 5000ms exceeded
   
   
![image](https://user-images.githubusercontent.com/25913899/122536027-b22d2500-d056-11eb-9ccb-ef7d9087f83c.png)
   
   
   Modify the file:
   
./compile-tools/thrift/target/thrift-0.14.1/lib/js/node_modules/puppeteer/lib/FrameManager.js
   
   line 62
   this._defaultNavigationTimeout = timeout*100;
   line 76
   timeout = this._defaultNavigationTimeout*100
   line 123
   timeout = this._defaultNavigationTimeout*100
   line 537
   timeout = 360000
   
   can solve the timeout problem.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to