Skip to content

Commit

Permalink
[TA] Add waiting time before running test, solves 401 Access Denied R…
Browse files Browse the repository at this point in the history
…esource not ready issue. (#39026)
  • Loading branch information
mssfang authored Mar 1, 2024
1 parent 03c064c commit 35d1d75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk/textanalytics/test-resources-post.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

# Allow time for the resource to be created for 300 seconds.

Start-Sleep -s 300

0 comments on commit 35d1d75

Please sign in to comment.