changed table reset time
This commit is contained in:
parent
178a8ed227
commit
f0cf99cabe
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user