Skip to content

Commit

Permalink
SPT-1998 fix tests and code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mrandrewsmith committed Apr 16, 2024
1 parent 2de673b commit ad7f6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeKitTests/UnitTests/LoadIndicatableNodeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ final class LoadIndicatableNodeTests: XCTestCase {
_ = await sut.process(1, logContext: logContextMock)
}

await fulfillment(of: [expectation], timeout: 1)
await fulfillment(of: [expectation], timeout: 3)

// then

Expand Down

0 comments on commit ad7f6d7

Please sign in to comment.