Code time inaccuracy

There is this...

void b3PushCallback(void *ptr) 
{ digitalWrite(23, HIGH);
  digitalWrite(22, LOW);
  delay(70000);  // <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  digitalWrite(22, HIGH);
}