Skip to content

Commit

Permalink
Bump number of messages in test for message blocking to force some ar…
Browse files Browse the repository at this point in the history
…chitectures to throw exception
  • Loading branch information
thoni56 committed Aug 12, 2020
1 parent 11fc988 commit 9768d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/messaging_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static void catch_signal(int s) {
}

Ensure(failure_reported_and_exception_thrown_when_messaging_would_block) {
const int LOOPS = 65536;
const int LOOPS = 65537;
int messaging = start_cgreen_messaging(33);
int loop;
char panic_message[1000];
Expand Down

0 comments on commit 9768d33

Please sign in to comment.