Skip to content

Commit

Permalink
Increase timeout on test
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Apr 16, 2024
1 parent 1235630 commit d31a970
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ final class UANotificationServiceExtensionTests: XCTestCase {
expectation.fulfill()
}

wait(for: [expectation], timeout: 10)
wait(for: [expectation], timeout: 30)
}
}

0 comments on commit d31a970

Please sign in to comment.