Skip to content

Commit

Permalink
Update oidcClientTest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaa05 authored Oct 8, 2024
1 parent 582f6db commit 407948c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions suites/apis/oidcClientTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Scenario('OIDC Client Rotation @clientRotation @requires-indexd', async ({ I, fe
// to run usersync here now that the client has been created
await runUserSync();
await checkPod(I, 'usersync', 'gen3job,job-name=usersync');
// wait for 10secs after usersync
await sleepMS(10000);

// check that both sets of credentials work:
// - we can get an access token using the creds
Expand Down

0 comments on commit 407948c

Please sign in to comment.