Skip to content

Commit 044b4e9

Browse files
committed
Experiment: increase waiting time for root view controller to setup
1 parent 08ab48a commit 044b4e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/IntegrationTests/Helpers/XCTestCase+RootViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extension XCTestCase {
5959
extension DispatchTimeInterval {
6060

6161
/// .milliseconds(30)
62-
static var aMoment: Self { .milliseconds(30) }
62+
static var aMoment: Self { .milliseconds(300) }
6363
}
6464

6565
extension XCTestCase {

0 commit comments

Comments
 (0)