We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5771d20 commit 5acfa0aCopy full SHA for 5acfa0a
Tests/ViewInspectorTests/Gestures/ComposedGestureExampleTests.swift
@@ -30,7 +30,7 @@ final class ComposedGestureExampleTests: XCTestCase {
30
}
31
32
ViewHosting.host(view: sut)
33
- wait(for: [exp1, exp2], timeout: 0.1)
+ wait(for: [exp1, exp2], timeout: 0.2)
34
35
36
@MainActor
@@ -54,7 +54,7 @@ final class ComposedGestureExampleTests: XCTestCase {
54
55
56
57
58
59
60
@@ -78,7 +78,7 @@ final class ComposedGestureExampleTests: XCTestCase {
78
79
80
81
82
83
84
func testNotAComposedGestureError() throws {
@@ -109,7 +109,7 @@ final class ComposedGestureExampleTests: XCTestCase {
109
110
111
112
- wait(for: [exp], timeout: 0.1)
+ wait(for: [exp], timeout: 0.2)
113
114
115
0 commit comments