Skip to content

Commit

Permalink
Fix test flakiness
Browse files Browse the repository at this point in the history
Signed-off-by: Nan Wang <[email protected]>
  • Loading branch information
nanwng committed Jan 5, 2024
1 parent f478fc7 commit 1c9fc63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bp/tests/BluepillTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ @interface BluepillTests : BPIntTestCase

@implementation BluepillTests


- (void)setUp {
[super setUp];
self.config.errorRetriesCount = @1;
}

- (void)tearDown {
[super tearDown];
Expand Down

0 comments on commit 1c9fc63

Please sign in to comment.