wolfcw / libfaketime

libfaketime modifies the system time for a single application
https://github.com/wolfcw/libfaketime
GNU General Public License v2.0
2.74k stars 327 forks source link

[Feature request] delay for faktime #442

Open trueToastedCode opened 12 months ago

trueToastedCode commented 12 months ago

In my program, the target binary makes some server requests that fail with faked time.... it would be nice it was possible to set a delay for when the system calls get intercepted with the fake time. thx.

wolfcw commented 11 months ago

Isn't that what FAKETIME_START_AFTER_SECONDS does?