Skip to content

Commit

Permalink
ON-45075 # Even more time
Browse files Browse the repository at this point in the history
  • Loading branch information
kizaonline committed Nov 22, 2024
1 parent 50535a1 commit 550baef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OneBlink.SDK.Tests/FormsAppEnvironmentsClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public async void can_clone_forms_app_environment()
}
}
);
System.Threading.Thread.Sleep(10000); // give the API time to finish cloning before deleting the clone environment
System.Threading.Thread.Sleep(30000); // give the API time to finish cloning before deleting the clone environment
await formsAppEnvironmentsClient.Delete(clonedEnvironment.id);
OneBlinkAPIException oneBlinkAPIException = await Assert.ThrowsAsync<OneBlink.SDK.OneBlinkAPIException>(() => formsAppEnvironmentsClient.Get(clonedEnvironment.id));
Assert.Equal(HttpStatusCode.NotFound, oneBlinkAPIException.StatusCode);
Expand Down

0 comments on commit 550baef

Please sign in to comment.