-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Labels
Description
Describe the bug
Total test execution time and corresponding costs calculated incorrectly when running tests in parallel on Firebase Test Lab.
To Reproduce
Steps to reproduce the behavior:
- With the setup explained bellow in "Details" section, run gradle command:
./gradlew runFlank - Check logs and search for "CostReport" section
Expected behavior
Time displayed in the cost report (therefore the cost should be smaller) should be the same time as needed for test execution
Details:
- Fladle version: "0.17.5"
- Devices config: 4 devices total: '[{"model": "x1q", "version": "29"}, {"model": "a52sxq", "version": "34"}, {"model": "dm3q", "version": "33"}, {"model": "cactus", "version": "27"}]'
- Fladle setup:
Actual behavior
Actual execution time took 4m 20s
Calculated time in cost report 28m