Fix time out on tests

pull/145/head
Alinson S. Xavier 9 years ago
parent 3b56d6d596
commit 0ad0e5cf36

@ -59,6 +59,8 @@ public class CommandRunner
{
for(Listener l : listeners)
l.onCommandExecuted(command, refreshKey);
super.onPostExecute(null);
}
}.execute();
}

Loading…
Cancel
Save