Skip to content

Commit b562ce0

Browse files
Update packages/oauth/src/state-stores/spec-utils.ts
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent ffb250f commit b562ce0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/oauth/src/state-stores/spec-utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export class StateStoreChaiTestRunner {
6363

6464
// NOTE: wait 0.5 second to ensure IO operations completed
6565
await new Promise((resolve, _) => setTimeout(resolve, 500));
66+
console.log('\tsetTimeout: complete');
6667

6768
const result = await stateStore.verifyStateParam(new Date(), state);
6869
assert.exists(result);

0 commit comments

Comments
 (0)