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

Commit 9bfb9cd3 authored by Pawan Wagh's avatar Pawan Wagh
Browse files

Increase timeout for fuzz_service_test

fuzz_service_test is flaky due to Binder crash is not being
found sometimes. Increasing timeout for fuzzer runs.

Test: atest fuzz_service_test
Bug: 297507743
Change-Id: I06fc944977d10cab8c473f06b166675ce391d115
parent 912f0b23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ fi
for CRASH_TYPE in PLAIN KNOWN_UID AID_SYSTEM AID_ROOT BINDER DUMP SHELL_CMD; do
    echo "INFO: Running fuzzer : test_service_fuzzer_should_crash $CRASH_TYPE"

    ./test_service_fuzzer_should_crash "$CRASH_TYPE" -max_total_time=30 &>"$FUZZER_OUT"
    ./test_service_fuzzer_should_crash "$CRASH_TYPE" -max_total_time=60 &>"$FUZZER_OUT"

    echo "INFO: Searching fuzzer output for expected crashes"
    if grep -q "Expected crash, $CRASH_TYPE." "$FUZZER_OUT"