jhugman / uniffi-bindgen-react-native

A uniffi bindings generator for calling Rust from react-native
https://jhugman.github.io/uniffi-bindgen-react-native/
Other
52 stars 6 forks source link

Relax timing of setTimeout in abort controller test #160

Closed jhugman closed 2 weeks ago

jhugman commented 2 weeks ago

Fixes #159

Johennes commented 2 weeks ago

Looks ok. Hopefully it'll improve the situation. đź‘Ť

It's somewhat interesting that this only started flaking now.

jhugman commented 2 weeks ago

It's somewhat interesting that this only started flaking now.

Yes, I'm also interested in this.

The amount of our code needed to run that particular test is essentially just the test-harness, so I'm not too concerned—unless different timing issues start to crop up.