Skip to content

Commit

Permalink
test: testBenchVerify increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Apr 29, 2024
1 parent b2bedb2 commit f07edf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/HCaptcha_Tests/Core/HCaptcha__Bench.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class HCaptcha__Bench: XCTestCase {
self.stopMeasuring()
exp.fulfill()
})
waitForExpectations(timeout: 5)
waitForExpectations(timeout: 10)
})
}
}

0 comments on commit f07edf1

Please sign in to comment.