-
Notifications
You must be signed in to change notification settings - Fork 1
WebSocket provider timeout when running 0_test_all_combinations.js against Devnet #49
Comments
Also happens when running the full set of tests against staging. This is presumably due to the 10 minute timeout set in nginx. |
Staging is also behind Cloudflare so the same 100 second WS inactivity timeout would apply (unless we're bypassing it and not using |
We're running against staging in-cluster using the |
That is also bypassing the ingress (=nginx), so it's not the 10 minute nginx timeout in that case |
Hmm, in that case the cause when running in-cluster must be different. Will file a separate issue. |
This test suite has been removed with the new oasis-client. Closing. |
Example output:
This is due to Cloudflare's 100 second inactivity timeout for WebSocket connections.
The text was updated successfully, but these errors were encountered: