} catch (InterruptedException ex) {
Logger.getLogger(IronIntegrationTest.class.getName()).log(Level.SEVERE, null, ex);
}
w.active=false;
m.applyWorkload(w);
try {
Thread.sleep(2000);
} catch (InterruptedException ex) {
Logger.getLogger(IronIntegrationTest.class.getName()).log(Level.SEVERE, null, ex);
}