# In this file we can config Circle CI
test:
override:
- ./gradlew -Dorg.gradle.jvmargs="-ea -noverify" testDevDebugUnitTest: # see the added colon here
timeout: 1800
Even increasing the timeout i am having the same error than before. Note that on my local machine it takes 2min. So with the default 10min should be fine.
Building 98% > :app:testDevDebugUnitTest> Building 98% > :app:testDevDebugUnitTest > 0 tests completed> Building 98% > :app:testDevDebugUnitTest > 1 test completed> Building 98% > :app:testDevDebugUnitTest > 3 tests completed> Building 98% > :app:testDevDebugUnitTest > 7 tests completed> Building 98% > :app:testDevDebugUnitTest > 8 tests completed> Building 98% > :app:testDevDebugUnitTest > 9 tests completed> Building 98% > :app:testDevDebugUnitTest > 10 tests completed> Building 98% > :app:testDevDebugUnitTest > 12 tests completed> Building 98% > :app:testDevDebugUnitTest > 13 tests completed> Building 98% > :app:testDevDebugUnitTest > 14 tests completed> Building 98% > :app:testDevDebugUnitTest > 15 tests completed> Building 98% > :app:testDevDebugUnitTest > 16 tests completed> Building 98% > :app:testDevDebugUnitTest > 17 tests completed> Building 98% > :app:testDevDebugUnitTest > 18 tests completed> Building 98% > :app:testDevDebugUnitTest > 19 tests completed> Building 98% > :app:testDevDebugUnitTest > 20 tests completed> Building 98% > :app:testDevDebugUnitTest > 21 tests completed> Building 98% > :app:testDevDebugUnitTest > 22 tests completed> Building 98% > :app:testDevDebugUnitTest > 23 tests completed> Building 98% > :app:testDevDebugUnitTest > 24 tests completed> Building 98% > :app:testDevDebugUnitTest > 25 tests completed> Building 98% > :app:testDevDebugUnitTest > 26 tests completed
./gradlew -Dorg.gradle.jvmargs=“-ea -noverify” testDevDebugUnitTest died unexpectedly
Your build has exceeded the memory limit of 4G on 1 container. The results of this build are likely invalid. We have taken a snapshot of the memory usage at the time, which you can find in a build artifact named `memory-usage.txt`. The RSS column in this file shows the amount of memory used by each process, measured in kilobytes.