I am trying to figure out what parts of my React Native app are causing Detox to wait unnecessarily long as instructed in the documentation. However, when I run:
detox test --debug-synchronization 20
I get no additional output, only the regular Jest output. I know for a fact that there are network requests slower than that, setTimeout's of 400 ms and animations which are slowing Detox down, but it doesn't output them.
What could be causing the output not to work?