|
|
@ -207,8 +207,7 @@ class LaserEVM: |
|
|
|
|
|
|
|
|
|
|
|
if ( |
|
|
|
if ( |
|
|
|
self.execution_timeout |
|
|
|
self.execution_timeout |
|
|
|
and self.time |
|
|
|
and self.time + timedelta(seconds=self.execution_timeout) |
|
|
|
+ timedelta(seconds=self.execution_timeout) |
|
|
|
|
|
|
|
<= datetime.now() |
|
|
|
<= datetime.now() |
|
|
|
and not create |
|
|
|
and not create |
|
|
|
): |
|
|
|
): |
|
|
|