The app has not responded to the network requests below: (id = -1000) isReady: {}
See original GitHub issueDescription
Hi here. Thanks a lot for this library and for the great work behind it.
I’m facing an issue that I’not able to solve, nothing is present on the web (searching as my best).
Seems that my test suite goes in timeout even if the emulator is launched successfully. This happen only with iOS, no problem on android (on the physical device)
I got multiple times this message during the running:
detox[13719] i The app is busy with the following tasks: • Run loop "Main Run Loop" is awake. • There are 2 work items pending on the dispatch queue: "Main Queue (<OS_dispatch_queue_main: com.apple.main-thread>)".
And in the end:
detox[13719] i The app has not responded to the network requests below: (id = -1000) isReady: {} Unresponded network requests might result in timeout errors in Detox tests.
All tests fail since they go in timeout
● Example › should perform a sign in
thrown: "Exceeded timeout of 480000 ms for a hook.
Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test."
41 |
42 | describe('Example', () => {
> 43 | beforeAll(async () => {
| ^
44 | await device.launchApp({
45 | permissions: {
46 | notifications: 'YES',
I’ve also tried to investigate with the command
/usr/bin/xcrun simctl spawn 48317052-1C9B-41B8-AFC4-BE97867A0C21 log stream --level debug --style compact --predicate 'process == "........"'
but honestly I do not have any idea on what search…
Anyone can assist me? Thanks
Your environment
Detox version: 20.0.3 React Native version: 0.68.2 Node version: 14.19.0 Device model: iPhone 13 Pro Max OS: 15.5 / 16.1 Test-runner (select one): jest
Issue Analytics
- State:
- Created 9 months ago
- Reactions:1
- Comments:5 (1 by maintainers)
Unfortunately not @Saad-Bashar. Still waiting for someone to support. Maybe @asafkorem is kind enough to help? 😃
@marcoizzo , did you figure anything out yet?