We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cdce8 commit 1acc6e1Copy full SHA for 1acc6e1
src/test/java/es/upv/i3m/grycap/im/InfrastructureManagerTest.java
@@ -143,6 +143,10 @@ public void testCreateAndDestroyAsyncInfrastructure() throws ImClientException {
143
String uri = newInfrastructureUri.getUri();
144
Assert.assertEquals(false, uri.isEmpty());
145
String infId = newInfrastructureUri.getInfrastructureId();
146
+ try {
147
+ Thread.sleep(3000);
148
+ } catch (Exception e) {
149
+ }
150
getIm().destroyInfrastructure(infId);
151
}
152
0 commit comments