Skip to content

Commit

Permalink
#147 retry up to 25 cancellations, complete resolution incoming
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Jan 20, 2024
1 parent b1ddb0d commit 13c1db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/displ.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <stdint.h>

#define MAX_SEQUENTIAL_CANCELLATIONS 3
#define MAX_SEQUENTIAL_CANCELLATIONS 25

enum ConfigState {
IDLE = 0,
Expand Down
2 changes: 1 addition & 1 deletion tst/tst-layout.c
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ void handle_cancelled__over(void **state) {

handle_cancelled();

assert_log(ERROR, "\nChanges cancelled 3 times, exiting\n");
assert_log(ERROR, "\nChanges cancelled 25 times, exiting\n");
}

int main(void) {
Expand Down

0 comments on commit 13c1db2

Please sign in to comment.