Skip to content

Commit

Permalink
REVERT ME
Browse files Browse the repository at this point in the history
Don't mind me, just debugging something fails only in CI.
  • Loading branch information
petervdonovan committed Jun 7, 2022
1 parent 2aaf0ea commit 61ef088
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion test/C/src/federated/LoopDistributedCentralized.lf
Original file line number Diff line number Diff line change
Expand Up @@ -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 <unistd.h> // Defines sleep()
Expand Down

0 comments on commit 61ef088

Please sign in to comment.