google / webcrypto.dart

Cross-platform implementation of Web Cryptography APIs
https://pub.dev/packages/webcrypto
Apache License 2.0
78 stars 45 forks source link

debug intermittent iOS integration tests #93

Open jonasfj opened 6 months ago

jonasfj commented 6 months ago

Try creating a trivial PR changing nothing and see that iOS integration tests fails half the time.

We could probably try to debug by using a Mac with iOS, or adding log lines to the integration test script and try to guess what line it is getting stuck at.

jonasfj commented 4 months ago

This appears to still happen from time to time. We just get a 12 min timeout.

But I think #98 improved the situation.