You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(bulk-model-sync): increase timeout of JS tests
The test `can handle random changes` was often failing due to timeouts.
It fails because one test checks a hundred random cases.
`kotlin.test` does not support parametrized tests.
Kotest would support it, but the `Annotation Spec` does not support Kotlin multiplatform.
Not wanting to decide on another testing style and rewrite the test, I just increased the timeout.
0 commit comments