Prep v1.111.0 e2e (#9494)
* Add e2e debug support for AA * Remove dup tap call * Update dev-env
This commit is contained in:
@@ -14,6 +14,6 @@ export const deviceGeolocation: Geolocation = aaDebug.deviceGeolocation ?? {
|
||||
}
|
||||
|
||||
export async function resolve<T>(data: T) {
|
||||
await new Promise(y => setTimeout(y, 2000)) // simulate network
|
||||
await new Promise(y => setTimeout(y, 500)) // simulate network
|
||||
return data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user