> + private ServerPrivateNetwork currentPrivateNetwork;
> +
> + private ServerApi serverApi() {
> +
> + return api.serverApi();
> + }
> +
> + @BeforeClass
> + public void setupTest() {
> + currentServer = createServer("jclouds operations test");
> + }
> +
> + @AfterClass(alwaysRun = true)
> + public void teardownTest() throws InterruptedException {
> + //give time for operations to finish
> + Thread.sleep(10000);
Is it possible to get rid of this?
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/275/files/0767d011a984011133c9e34b3389b449ca0756cd#r68671371