This website requires JavaScript.
Explore
idra
informatica
.it
Help
Register
Sign In
starred
/
stf-DeviceFarmer
Watch
1
Star
0
Fork
0
You've already forked stf-DeviceFarmer
mirror of
https://github.com/DeviceFarmer/stf.git
synced
2026-04-21 05:15:17 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b9e4cfc10dda2b90cd4491fd79c99c3b4c9c918e
stf-DeviceFarmer
/
lib
/
roles
/
device
/
resources
History
Simo Kinnunen
a4a0a62a66
Promise.timeout() doesn't stack (i.e. foo.timeout(1000).timeout(1000) doesn't mean "wait 1000ms, then another 1000ms", it means that we have two 1000ms timeouts running at the same time). Fix places where it could be a problem.
2014-04-22 16:48:13 +09:00
..
remote.js
Add timeouts everywhere. Should help if the ADB socket gets stuck like it sometimes does.
2014-04-02 11:58:53 +09:00
service.js
Promise.timeout() doesn't stack (i.e. foo.timeout(1000).timeout(1000) doesn't mean "wait 1000ms, then another 1000ms", it means that we have two 1000ms timeouts running at the same time). Fix places where it could be a problem.
2014-04-22 16:48:13 +09:00