Fix time out on tests
This commit is contained in:
parent
3b56d6d596
commit
0ad0e5cf36
@ -59,6 +59,8 @@ public class CommandRunner
|
||||
{
|
||||
for(Listener l : listeners)
|
||||
l.onCommandExecuted(command, refreshKey);
|
||||
|
||||
super.onPostExecute(null);
|
||||
}
|
||||
}.execute();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user