This website requires JavaScript.
Explore
idra
informatica
.it
Help
Register
Sign In
starred
/
stf
Watch
1
Star
0
Fork
0
You've already forked stf
mirror of
https://github.com/DeviceFarmer/stf.git
synced
2026-04-19 11:53:30 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a4a0a62a666d4ed8bfdc8e3ea82d880d7822649f
stf
/
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