Update: 2026-07-22 00:40:58
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user