Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/cli-repl/test/e2e-aws.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ function getConnectionString(username?: string, password?: string): string {
return `mongodb+srv://${auth}${ATLAS_CLUSTER_HOST}/?authSource=%24external&authMechanism=MONGODB-AWS`;
}

describe('e2e AWS AUTH', () => {
describe('e2e AWS AUTH', function() {
this.timeout(60_000); // AWS auth tests can take longer than the default timeout in CI
let expectedAssumedRole: string;

before(function() {
Expand Down