Skip to content

Commit

Permalink
Merge branch 'transient-fed' into transient-fed-cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadliaJerad committed Dec 16, 2024
2 parents 1e5e441 + 75db4d6 commit b12f3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/threaded/reactor_threaded.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ void lf_set_present(lf_port_base_t* port) {
}

bool wait_until(instant_t wait_until_time, lf_cond_t* condition) {
if (!fast) {
if (!fast || (wait_until_time == FOREVER && keepalive_specified)) {
LF_PRINT_DEBUG("-------- Waiting until physical time " PRINTF_TIME, wait_until_time - start_time);
// Check whether we actually need to wait, or if we have already passed the timepoint.
interval_t wait_duration = wait_until_time - lf_time_physical();
Expand Down

0 comments on commit b12f3c2

Please sign in to comment.