]> git.proxmox.com Git - libgit2.git/commit
tests: tick over five seconds instead of one
authorCarlos Martín Nieto <cmn@dwim.me>
Thu, 18 Jun 2015 10:45:40 +0000 (12:45 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Sat, 20 Jun 2015 08:46:10 +0000 (10:46 +0200)
commit863dd89abf08e67126e4247113b5b27476f5ab03
tree8d7ca42eced5d417d6c2c481983db774b7b7c1a2
parent6e0470e0f573b5ccecaa5048d906c1c80239333a
tests: tick over five seconds instead of one

When ticking over one second, it can happen that the actual time ticks
over the same second between the time that we undermine our own race
protections and the time in which we perform the index update. Such
timing would make the time in the entries match the index' timestamp and
we have not gained anything.

Ticking over five seconds makes it so that if real-time rolls over that
second, our index is still ahead. This is still suboptimal as we're
dealing with timing, but five seconds should be long enough for any
reasonable test runner to finish the tests.
tests/checkout/checkout_helpers.c