Skip to content

Commit 4aa91fa

Browse files
committed
-
1 parent b7b16cb commit 4aa91fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Pull request
22

33
on:
44
pull_request:
5-
types: [opened, reopened, synchronize, ready_for_review]
5+
types: [opened, reopened, synchronize, ready_for_review]
66
push:
77
branches:
88
- main

Tests/PrincipleConcurrencyTests/TaskTimeLimitTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal struct TaskTimeLimitTests {
1616
@Test
1717
func testSuccessfulOperation() async throws {
1818
let result = try await withDeadline(until: .now + .seconds(1)) {
19-
try await Task.sleep(for: .microseconds(13))
19+
try await Task.sleep(for: .microseconds(1))
2020
return true
2121
}
2222
#expect(result)

0 commit comments

Comments
 (0)