Skip to content

Commit 65e2e1b

Browse files
committed
fix: increase mxIdleTimeMS in oidcConfig
1 parent c2dcad3 commit 65e2e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/common/connectionManager.oidc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe.skipIf(process.platform !== "linux")("ConnectionManager OIDC Tests", as
9898
...defaultTestConfig,
9999
oidcRedirectURi: "http://localhost:0/",
100100
authenticationMechanism: "MONGODB-OIDC",
101-
maxIdleTimeMS: "1",
101+
maxIdleTimeMS: "10000",
102102
minPoolSize: "0",
103103
username: "testuser",
104104
browser: fetchBrowserFixture,

0 commit comments

Comments
 (0)