Skip to content

Commit

Permalink
Revert "#147 retry up to 25 cancellations, proper resolution in progr…
Browse files Browse the repository at this point in the history
…ess (#154)"

This reverts commit 1702b43.
  • Loading branch information
alex-courtis committed Jan 20, 2024
1 parent 5dba3e2 commit a74df37
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 25
#define MAX_SEQUENTIAL_CANCELLATIONS 3

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 25 times, exiting\n");
assert_log(ERROR, "\nChanges cancelled 3 times, exiting\n");
}

int main(void) {
Expand Down

0 comments on commit a74df37

Please sign in to comment.