Skip to content

Commit

Permalink
Decreased delay
Browse files Browse the repository at this point in the history
  • Loading branch information
javrudsky committed Jul 29, 2024
1 parent d3c8f64 commit 3eae067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TelemetryConfigRecorderWorkerTests: XCTestCase {
configRecorder.errorOccurredCallCount = 10

worker.flush()
sleep(2) // To pass in GHA
sleep(1) // To pass in GHA
XCTAssertEqual(3, configRecorder.executeCallCount)

}
Expand Down

0 comments on commit 3eae067

Please sign in to comment.