We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
load_timeout = 30000
AppDriver::new()
Currently integration tests don't pass because the load of the Shiny modules takes too long.
The text was updated successfully, but these errors were encountered:
355: Add load_timeout = 30000 to AppDriver::new() calls (#357)
1b8a0cb
part of #355 Signed-off-by: Daniel Sabanes Bove <[email protected]>
new release (#358)
2970b63
closes #355 --------- Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
danielinteractive
Successfully merging a pull request may close this issue.
Currently integration tests don't pass because the load of the Shiny modules takes too long.
load_timeout = 30000
toAppDriver::new()
calls should fix this.The text was updated successfully, but these errors were encountered: