Skip to content

Commit

Permalink
tests: increase sleep time to 5 seconds for changes to reflect in per…
Browse files Browse the repository at this point in the history
…sonatest

Signed-off-by: Karanjot Singh <[email protected]>
  • Loading branch information
0xquark committed Dec 5, 2024
1 parent e45282b commit 9d378f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlan/assets/persona_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestIntegrationPersona(t *testing.T) {
NewContext()

personaID, personaQualifiedName := testCreatePersona(t)
time.Sleep(2 * time.Second) // Sleep for 2 seconds in order for changes to reflect in platform
time.Sleep(5 * time.Second) // Sleep for 2 seconds in order for changes to reflect in platform
testRetrievePersona(t, personaID)
time.Sleep(2 * time.Second) // Sleep for 2 seconds in order for changes to reflect in platform
testUpdatePersona(t, personaQualifiedName)
Expand Down

0 comments on commit 9d378f4

Please sign in to comment.