Skip to content

Commit 4c0bace

Browse files
committed
chore(auth): fix web authn and push notifications integration tests
1 parent 77d751f commit 4c0bace

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

AmplifyPlugins/Auth/Tests/AuthWebAuthnApp/AuthWebAuthnAppUITests/AuthWebAuthnAppUITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import XCTest
99

1010
final class AuthWebAuthnAppUITests: XCTestCase {
11-
private let timeout = TimeInterval(6)
11+
private let timeout = TimeInterval(30)
1212
private let app = XCUIApplication()
1313
private var username: String!
1414
private var signUpButton: XCUIElement!

AmplifyPlugins/Notifications/Push/Tests/PushNotificationHostApp/PushNotificationHostApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@
868868
PRODUCT_BUNDLE_IDENTIFIER = com.aws.amplify.notification.PushNotificationHostApp;
869869
PRODUCT_NAME = "$(TARGET_NAME)";
870870
SDKROOT = watchos;
871-
SKIP_INSTALL = YES;
871+
SKIP_INSTALL = NO;
872872
SWIFT_EMIT_LOC_STRINGS = YES;
873873
SWIFT_VERSION = 5.0;
874874
TARGETED_DEVICE_FAMILY = 4;
@@ -899,7 +899,7 @@
899899
PRODUCT_BUNDLE_IDENTIFIER = com.aws.amplify.notification.PushNotificationHostApp;
900900
PRODUCT_NAME = "$(TARGET_NAME)";
901901
SDKROOT = watchos;
902-
SKIP_INSTALL = YES;
902+
SKIP_INSTALL = NO;
903903
SWIFT_EMIT_LOC_STRINGS = YES;
904904
SWIFT_VERSION = 5.0;
905905
TARGETED_DEVICE_FAMILY = 4;

0 commit comments

Comments
 (0)