shorter test duration

This commit is contained in:
fros4943 2008-05-02 06:15:16 +00:00
parent 58ca3bcae3
commit 1877a8361f

View file

@ -1,4 +1,4 @@
if (msg.startsWith("Callback function called at time 2000000 (counter=4000)")) {
if (msg.startsWith("Callback function called at time 50000 (counter=100)")) {
log.log("TEST OK\n");
mote.getSimulation().getGUI().doQuit(false);
}