diff --git a/src/obj/Table.py b/src/obj/Table.py index 40d3bc4..a39e5f7 100644 --- a/src/obj/Table.py +++ b/src/obj/Table.py @@ -13,7 +13,7 @@ class Table(Object): def isActual(self, current_time): if self.is_actual and self.agent_role == "table": - if current_time - self.waiting_time > 300: + if current_time - self.waiting_time > 1000: self.reset_role(current_time) self.reset_status()