Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58214ca8 authored by Mark Harman's avatar Mark Harman
Browse files

Make more tolerant for NR Low Light mode (for Nokia 8, testTakePhotoNR).

parent c6791570
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3710,7 +3710,7 @@ public class MainActivityTest extends ActivityInstrumentationTestCase2<MainActiv
        else if( is_nr ) {
            suffix = "_NR";
            if( mActivity.getApplicationInterface().getNRModePref() == MyApplicationInterface.NRModePref.NRMODE_LOW_LIGHT )
                max_time_s += 2; // takes longer to save low light photo
                max_time_s += 4; // takes longer to save low light photo
        }
        else if( is_expo ) {
            suffix = "_" + (n_expo_images-1);