You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is a lot waiting time in each tests when running them. We need to wait for the map to load, we need to wait for the app to be downloaded etc.
We should research how to make this faster, check how much the running time is reduced if we do not wait for the map tiles to load (use the CI setup). And maybe check would it be faster to for example build the optimized "production" version of the App and run the test for that or do we lose the won time to the build time.
The text was updated successfully, but these errors were encountered:
Currently there is a lot waiting time in each tests when running them. We need to wait for the map to load, we need to wait for the app to be downloaded etc.
We should research how to make this faster, check how much the running time is reduced if we do not wait for the map tiles to load (use the CI setup). And maybe check would it be faster to for example build the optimized "production" version of the App and run the test for that or do we lose the won time to the build time.
The text was updated successfully, but these errors were encountered: