-
Notifications
You must be signed in to change notification settings - Fork 7.6k
1.x: Test adjustments to reduce problems when tests run on Android #3504
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
Conversation
Thread.currentThread().setUncaughtExceptionHandler(new UncaughtExceptionHandler() { | ||
@Override | ||
public void uncaughtException(Thread t, Throwable e) { | ||
// ignoring |
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.
Let's assert that UncaughtExceptionHandler
received throwable?
05e8911
to
194a3b1
Compare
Adjusted tests as requested. |
@akarnokd now |
194a3b1
to
2649b68
Compare
I've increased the wait to 1s, let's hope that's enough waiting time. Travis tends to have some strange thread delays. |
👍 |
Can we merge this, please? Required for running tests on Android during the CI #3503. |
👍 |
1.x: Test adjustments to reduce problems when tests run on Android
👍 |
These changes may help in reducing problems when the tests are run on an Android emulation: