Skip to content

Commit

Permalink
test reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkray committed Dec 2, 2024
1 parent 7b8ce05 commit 0316cb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ class TransferSummaryIntegrationTest: XCTestCase {
XCTFail(String(describing: error))
}
}
wait(for: [expect], timeout: 60)
wait(for: [expect], timeout: 30)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ class TransferSummaryIntegrationTest: XCTestCase {
XCTFail(String(describing: error))
}
}
wait(for: [expect], timeout: 60)
wait(for: [expect], timeout: 30)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class DigitalInvoiceIntegrationTests: BaseIntegrationTest {
let mockedInvoiceName = "Gini_invoice_example_line_items_with_discount"
uploadAndAnalyzeDocument(fileName: mockedInvoiceName,
delegate: CaptureResultsDelegate(testCase: self, expect: expect))
wait(for: [expect], timeout: 60)
wait(for: [expect], timeout: 30)
}

class CaptureResultsDelegate: GiniCaptureResultsDelegate {
Expand Down

0 comments on commit 0316cb4

Please sign in to comment.