Update: 2026-07-22 00:40:58

This commit is contained in:
Hamza-Ayed
2026-07-22 00:40:58 +03:00
parent 16101927e1
commit a5ae6fecbe
+1 -1
View File
@@ -136,7 +136,7 @@ async function simulateTrip(tripIndex) {
status: 'off'
});
await new Promise(r => setTimeout(r, 200));
await new Promise(r => setTimeout(r, 750));
// 2. Passenger Requests Ride
try {