Skip to content

Commit 1fb2337

Browse files
committed
remove sleep
1 parent 9a96353 commit 1fb2337

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/core/src/test/credentials/sso/ssoAccessTokenProvider.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { getCache } from '../../../auth/sso/cache'
1313
import { makeTemporaryToolkitFolder, tryRemoveFolder } from '../../../shared/filesystemUtilities'
1414
import { ClientRegistration, SsoProfile, SsoToken, proceedToBrowser } from '../../../auth/sso/model'
1515
import { OidcClient } from '../../../auth/sso/clients'
16-
import { CancellationError, sleep } from '../../../shared/utilities/timeoutUtils'
16+
import { CancellationError } from '../../../shared/utilities/timeoutUtils'
1717
import {
1818
AuthorizationPendingException,
1919
InternalServerException,
@@ -81,9 +81,8 @@ describe('SsoAccessTokenProvider', function () {
8181
clock = installFakeClock()
8282
})
8383

84-
after(async function () {
84+
after(function () {
8585
clock.uninstall()
86-
await sleep(3000)
8786
})
8887

8988
beforeEach(async function () {

0 commit comments

Comments
 (0)