From 61ef088721c19074dd009b58d4434788ac8ec306 Mon Sep 17 00:00:00 2001 From: Peter Donovan Date: Mon, 6 Jun 2022 18:15:17 -0700 Subject: [PATCH] REVERT ME Don't mind me, just debugging something fails only in CI. --- org.lflang/src/lib/c/reactor-c | 2 +- test/C/src/federated/LoopDistributedCentralized.lf | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/org.lflang/src/lib/c/reactor-c b/org.lflang/src/lib/c/reactor-c index c8d697a964..ea3011bad0 160000 --- a/org.lflang/src/lib/c/reactor-c +++ b/org.lflang/src/lib/c/reactor-c @@ -1 +1 @@ -Subproject commit c8d697a96471d2f3f1ed292febc617f653e3c54c +Subproject commit ea3011bad0ca500b8a628d0f6999dd116b91098e diff --git a/test/C/src/federated/LoopDistributedCentralized.lf b/test/C/src/federated/LoopDistributedCentralized.lf index 557045f5ec..ad9119d120 100644 --- a/test/C/src/federated/LoopDistributedCentralized.lf +++ b/test/C/src/federated/LoopDistributedCentralized.lf @@ -8,7 +8,9 @@ target C { flags: "-Wall", coordination: centralized, coordination-options: {advance-message-interval: 100 msec}, - timeout: 5 sec + timeout: 5 sec, + scheduler: adaptive, + logging: debug } preamble {= #include // Defines sleep()