Skip to content

Commit

Permalink
Right-size timeout for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Oct 14, 2024
1 parent c96a895 commit 969d2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/ValetIntegrationTests/ValetIntegrationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ class ValetIntegrationTests: XCTestCase

await fulfillment(of: [
expectation,
], timeout: 10.0)
], timeout: 5.0)
}

func test_stringForKey_canReadDataWrittenToValetAllocatedOnDifferentThread() async
Expand Down Expand Up @@ -744,7 +744,7 @@ class ValetIntegrationTests: XCTestCase

await fulfillment(of: [
expectation,
], timeout: 10.0)
], timeout: 5.0)
}

// MARK: Removal
Expand Down

0 comments on commit 969d2c6

Please sign in to comment.