Skip to content

Commit 2da40bd

Browse files
committed
Remove thread sleep
1 parent cd1c329 commit 2da40bd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/com/dtolabs/rundeck/plugin/resources/ec2/InstanceToNodeMapper.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,6 @@ private Set<Instance> getInstancesByRegion(String endpoint) {
190190
allInstances.addAll(newInstances);
191191
}
192192

193-
try {
194-
Thread.sleep(100);
195-
} catch (InterruptedException ex) {
196-
Thread.currentThread().interrupt();
197-
}
198-
199193
return allInstances;
200194
}
201195

0 commit comments

Comments
 (0)