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-25 15:25:17 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7c820b4b0e7b6b7febc612d74cc6e0f4faf59066
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