We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3561a03 commit 00f111dCopy full SHA for 00f111d
tests/test_simple.py
@@ -59,7 +59,7 @@ def setup(self, device):
59
time.sleep(2)
60
61
def health(self) -> bool:
62
- # Health check passes after 5 seconds from the first time it is called.
+ # Health check passes after 5 seconds from the first time it is called.
63
if not hasattr(self, "_start_time"):
64
self._start_time = time.time()
65
return time.time() - self._start_time >= 5
0 commit comments