diff --git a/src/classes/task3/kitchen.js b/src/classes/task3/kitchen.js index 822244ea5e03b954ab24376934b1c956cd402b22..118d989730178542c2260bae48ea95f20bcbbdf9 100644 --- a/src/classes/task3/kitchen.js +++ b/src/classes/task3/kitchen.js @@ -83,7 +83,8 @@ class Kitchen{ } async _returnDirtyPlates(msg){ - let rndTime = 8000 + Math.floor(Math.random() * 7000); + let rndTime = 70000 + Math.floor(Math.random() * 30000); + log('The customers are eating the prepared food. The plates will be brought back soon...') await this.tick(rndTime); while(this._returningPlates){ await this.tick(100);