Skip to content

Commit 5acfa0a

Browse files
author
Alexey Naumov
committed
fix timing out tests
1 parent 5771d20 commit 5acfa0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tests/ViewInspectorTests/Gestures/ComposedGestureExampleTests.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ final class ComposedGestureExampleTests: XCTestCase {
3030
}
3131

3232
ViewHosting.host(view: sut)
33-
wait(for: [exp1, exp2], timeout: 0.1)
33+
wait(for: [exp1, exp2], timeout: 0.2)
3434
}
3535

3636
@MainActor
@@ -54,7 +54,7 @@ final class ComposedGestureExampleTests: XCTestCase {
5454
}
5555

5656
ViewHosting.host(view: sut)
57-
wait(for: [exp1, exp2], timeout: 0.1)
57+
wait(for: [exp1, exp2], timeout: 0.2)
5858
}
5959

6060
@MainActor
@@ -78,7 +78,7 @@ final class ComposedGestureExampleTests: XCTestCase {
7878
}
7979

8080
ViewHosting.host(view: sut)
81-
wait(for: [exp1, exp2], timeout: 0.1)
81+
wait(for: [exp1, exp2], timeout: 0.2)
8282
}
8383

8484
func testNotAComposedGestureError() throws {
@@ -109,7 +109,7 @@ final class ComposedGestureExampleTests: XCTestCase {
109109
}
110110

111111
ViewHosting.host(view: sut)
112-
wait(for: [exp], timeout: 0.1)
112+
wait(for: [exp], timeout: 0.2)
113113
}
114114
}
115115

0 commit comments

Comments
 (0)