Skip to content

Commit

Permalink
Add: Thread Sleep After API Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
BLasan committed Dec 17, 2024
1 parent 6e3c5f3 commit 6551797
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public void testUpdatedSequenceBackendEndpoint() {
createAPIRevisionAndDeployUsingRest(apiId, restAPIPublisher);
waitForAPIDeploymentSync(apiRequest.getProvider(), apiRequest.getName(), apiRequest.getVersion(),
APIMIntegrationConstants.IS_API_EXISTS);
Thread.sleep(10000);

HttpResponse response = HttpRequestUtil.doGet(getAPIInvocationURLHttps(apiContext, APIVersion),
requestHeaders);
Expand Down

0 comments on commit 6551797

Please sign in to comment.