commit | bf287c6e2b25397d9d327a0784e8163ce45d8ea5 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Apr 26 13:44:08 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 07 13:36:22 2021 -0400 |
tree | 68f0001daf1478d5ce854760eb72c83798a22579 | |
parent | c9c5221b965f0335a0facf43ad9de10f4d603352 [diff] |
tests: mem_protect/demand_paging: wait a bit for NRU to work This waits a bit for NRU eviction algorithm (which is the default) to work its magic to clear the access bit of physical frames. This increases the number of clean pages which can be evicted, to make sure the number of clean pages evicted is not zero, which would cause an assertion. Signed-off-by: Daniel Leung <daniel.leung@intel.com>