@Test
public void testErlangResponseTimeout5()
{
checkEcho(runner);
checkEcho(runner);
checkForCorrectException(new whatToRun() { public @Override void run() {
runner.call(new OtpErlangObject[]{new OtpErlangAtom("echoA")},200);
}},IllegalArgumentException.class,"timeout");
checkForCorrectException(new whatToRun() { public @Override void run() {
makeCall(runner);
}},IllegalArgumentException.class,"timeout");
}