commit | 723cffbe1749c704ffd4917d9ce5eb85d9e01f28 | [log] [tgz] |
---|---|---|
author | Matthew Ng <ngmatthew@google.com> | Mon Jul 30 17:45:03 2018 -0700 |
committer | Matthew Ng <ngmatthew@google.com> | Wed Aug 01 12:12:16 2018 -0700 |
tree | e429474f9da5fb50213ff3f9c7ecb6dcdb9b2992 | |
parent | 5e04a686829674592a9bbb673884183925790f9a [diff] |
Wait for null conditions for task description tests TaskPersister has a wait time before it would write when its write time is 0. This is the worst case scenario that would cause a wait of 3 secs. Wait for the values to be written before failing just over 3 secs. Test: atest android.app.cts.TaskDescriptionTest Change-Id: I6a10e14839a525265b926b7c64bee93e46ac85d3 Fixes: 111854614