* Fix flaky biometric authentication test
Eliminates timing race conditions in SecurityManager test by using fixed timestamps instead of real Date.now() values. The test was failing inconsistently due to timing variations between test runs.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* use fake timers
* revert changes
---------
Co-authored-by: Claude <noreply@anthropic.com>