mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 18:15:54 +03:00
[GH-ISSUE #278] Sleeping for more seconds than stated #231
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#231
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @e-aleixandre on GitHub (Feb 27, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/278
I've been facing a problem recently where Insomniac is waiting for more seconds than its stating. Maybe the console prints out "Sleep for 3.84 seconds" and it stays there for around 10 seconds. That is incrementing the running time A LOT. I've faced this problem before in the past, but it fixed itself so I dont really know what it was. Is there a way I can debug the program? I didnt find any argument for debugging or setting verbose output.
@alexal1 commented on GitHub (Mar 4, 2021):
There is a debug flag (
--debug) but it won't help you much. Most likely it's uiautomator server delay. Do you connect over cable or wifi? How many devices are connected at once?@e-aleixandre commented on GitHub (Mar 4, 2021):
Only 1 device connected via USB. If you need more info just ask. This is not a critical problem, I can live with it (though its a bit annoying :D)