use a more appropriate word

Elapse more appropriate, lapse change to elapse.

Change-Id: Ie9ca1f3fbb3a4bfcee176257f9729745d835bfd8
This commit is contained in:
wlfightup 2017-03-06 17:02:26 +08:00
parent 02b584ca91
commit b3504fe8bd

View File

@ -336,8 +336,8 @@ class Action(object):
return status
def is_timeout(self):
time_lapse = wallclock() - self.start_time
return time_lapse > self.timeout
time_elapse = wallclock() - self.start_time
return time_elapse > self.timeout
def _check_signal(self):
# Check timeout first, if true, return timeout message