-
Notifications
You must be signed in to change notification settings - Fork 66
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
test: Increase timeout for RecursiveDeleteTests #1498
Conversation
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
374095b
to
1e771af
Compare
…s://github.com/googleapis/java-firestore into ehsann/increase-timeout-recursive-delete-tests
…s://github.com/googleapis/java-firestore into ehsann/increase-timeout-recursive-delete-tests
2 seconds isn't enough sometimes. See: https://github.com/googleapis/java-firestore/actions/runs/7122590138/job/19393867730?pr=1499#step:5:1857
Also increasing the timeout for the bulkwriter tests. It looks like 2 seconds is not enough sometimes. |
Looks like the BulkWriter issue is not a matter of increasing timeout. See failure after a 10 second timeout: Going to revert the timeout for bulkwriter tests back to the original value now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
See this for more context