Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5e7ebbd

Browse files
committed
give more time for simulator to start
1 parent df4f3cb commit 5e7ebbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/scenario_app/ios/Scenarios/ScenariosTests/AppLifecycleTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ - (void)setUp {
4848
[self expectationForNotification:UIApplicationDidBecomeActiveNotification
4949
object:self
5050
handler:nil];
51-
[self waitForExpectationsWithTimeout:30.0 handler:nil];
51+
[self waitForExpectationsWithTimeout:60.0 handler:nil];
5252
}
5353
XCTAssertEqual([UIApplication sharedApplication].applicationState, UIApplicationStateActive);
5454
}

0 commit comments

Comments
 (0)