Merge "Increase the test timeout" into main

This commit is contained in:
Treehugger Robot 2024-11-07 23:07:11 +00:00 committed by Gerrit Code Review
commit 308bcbea8e

View file

@ -169,7 +169,7 @@ cc_binary {
recovery_available: true,
}
// This target will install to /system/bin/snapuserd_ramdisk
// This target will install to /system/bin/snapuserd_ramdisk
// It will also create a symblink on /system/bin/snapuserd that point to
// /system/bin/snapuserd_ramdisk .
// This way, init can check if generic ramdisk copy exists.
@ -265,6 +265,10 @@ cc_test {
name: "force-no-test-error",
value: "false",
},
{
name: "native-test-timeout",
value: "15m",
},
],
},
}