Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Make web->extension timeout configurable #142

Closed
wolfgang-braun opened this issue Mar 20, 2024 · 3 comments
Closed

Feature Request: Make web->extension timeout configurable #142

wolfgang-braun opened this issue Mar 20, 2024 · 3 comments

Comments

@wolfgang-braun
Copy link

Hi,

really great tool!

The extension is able to handle long running requests. However the web app timeouts early.
What do you think about making the hard coded 5 seconds configurable?

setTimeout(() => {
// Remove the event listener if the Promise is not resolved after 5 seconds
window.removeEventListener('message', handleMessage);
reject(new Error('Timeout wating for response from: ' + request.id));
}, 5000);

Thank you!

@jonrosner
Copy link
Contributor

jonrosner commented Mar 20, 2024

Hi,

great idea. Will add it to the backlog.

@pbach-tiplu
Copy link

@jonrosner We'd love to see that feature too! The docker container is awesome, and we'd love to use yaade, but we're hindered by this short hardcoded timeout.

@jonrosner
Copy link
Contributor

this is now configurable on a collection level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants