public Changes timeout(long timeout) {
   changes = changes.timeout(timeout);
   return this;
 }