commit | 7c51aa492be4989f020b453e0f73674884ec0d1d | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Wed Mar 31 14:17:32 2021 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Thu Apr 01 09:37:01 2021 -0700 |
tree | 0072e26f312922185333f01aad42897d878dc512 | |
parent | c81738dc4b8df85eb8810afcf7c0d1997c9bfe09 [diff] |
Replace sleep with polling in AuthFsHostTest The FUSE mount isn't ready immediately, so there was a sleep to give it extra time to be ready. This change replaces the sleep by polling the filesystem type of FUSE. The polling saves 1 second-ish per test case. Also fix some setup/teardown problem of an output file. Bug: 178874539 Test: atest Change-Id: I8d5b728883a06ada4d903251f63e44d51132643f