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-19 00:23:25 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f8315962901a39a94e310cf934fc464f1a114cf3
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