logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bup-tick - wait for up to one second

Authors

       Avery Pennarun apenwarr@gmail.com

Bup 0.33.7                                         2025-01-11                                        bup-tick(1)

Bup

       Part of the bup(1) suite.

Description

       bup  tick  waits  until  time(2)  returns  a  different value than it originally did.  Since time() has a
       granularity of one second, this can cause a delay of up to one second.

       This program is useful for writing tests that need to ensure a file date will be seen as modified.  It is
       slightly better than sleep(1) since it sometimes waits for less than one second.

Examples

              $ date; bup tick; date
              Sat Feb  6 16:59:58 EST 2010
              Sat Feb  6 16:59:59 EST 2010

Name

       bup-tick - wait for up to one second

Synopsis

       bup tick

See Also