bareos: master 355c86fa

Author Committer Branch Timestamp Parent
Sebastian Sura Bareos Bot master 2025-11-12 07:56 master e3d0d488 Pending
Changeset scheduler-test: make test less likely to fail

As SystemTime() only has second-precision, end - start may actually
eqaul 0 even though we waited one second if you are really unlucky.

After waiting two seconds it is basically guaranteed that time() also
advanced at least one second so this should never fail again.
mod - core/src/tests/scheduler.cc Diff File