cryptimeleon / math

Library providing mathematical basics for (pairing-based) cryptography.
Apache License 2.0
10 stars 2 forks source link

Android workflow fails due to emulator timeout #112

Closed rheitjoh closed 3 years ago

rheitjoh commented 3 years ago

The android compatibility tests currently fail due to the emulator timing out. See for example here.

rheitjoh commented 3 years ago

Seems to be an issue with the Github Action itself https://github.com/ReactiveCircus/android-emulator-runner/issues/160

rheitjoh commented 3 years ago

Android tests have been moved to their own project and I have addressed the problem by using an older build of the emulator runner Action as suggested in the above issue.