Skip to content

Commit

Permalink
timing selftest change
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdavidgraham committed Nov 2, 2023
1 parent 5bae1f1 commit f2b7d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pixie-timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ int pixie_time_selftest(void)
fprintf(stderr, "timing error, long delay\n");
return 1;
}
if (1.2 * duration < elapsed) {
if (1.9 * duration < elapsed) {
fprintf(stderr, "timing error, long delay %5.0f%%\n", elapsed*100.0/duration);
return 1;
}
Expand Down

0 comments on commit f2b7d1e

Please # to comment.