Skip to content

Commit

Permalink
use fulfillment and increase timeout in multiple signup auth integrat…
Browse files Browse the repository at this point in the history
…ion test
  • Loading branch information
atierian committed Oct 9, 2023
1 parent 1779561 commit 89700fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class AuthSignUpTests: AWSAuthBaseTest {
signUpExpectation.fulfill()
}
}
await waitForExpectations(timeout: 2)
await fulfillment(of: signUpExpectation, timeout: 5, enforceOrder: false)
}

// /// Test if user registration is successful.
Expand Down

0 comments on commit 89700fd

Please sign in to comment.