Fix time out on tests

This commit is contained in:
2016-05-28 12:20:02 -04:00
parent 3b56d6d596
commit 0ad0e5cf36

View File

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