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

Commit 0d6ced91 authored by Jayant Chowdhary's avatar Jayant Chowdhary
Browse files

Increase cameraserver fuzz test timeout to 770 seconds.



Some devices cannot complete executing a single instance of the test
within the default alloted time-out.

Bug: 187360866

Test: N / A yet; wait for time-outs to disappear from haiku

Change-Id: I1c7db3ea6eb1b59e590a71bfd8316cc5d1db40ad
Signed-off-by: default avatarJayant Chowdhary <jchowdhary@google.com>
parent 36510b50
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -65,5 +65,10 @@ cc_fuzz {
            "android-media-fuzzing-reports@google.com",
        ],
        componentid: 155276,
        libfuzzer_options: [
            //based on b/187360866
            "timeout=770",
        ],

    },
}