@@ -254,6 +254,6 @@ where
}
fn expired(&self) -> bool {
- self.timer.now().elapsed(self.start) > self.timeout
+ self.start.elapsed(self.timer.now()) > self.timeout