Merge "Increase the test timeout" into main
This commit is contained in:
commit
308bcbea8e
1 changed files with 5 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ cc_binary {
|
||||||
recovery_available: true,
|
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
|
// It will also create a symblink on /system/bin/snapuserd that point to
|
||||||
// /system/bin/snapuserd_ramdisk .
|
// /system/bin/snapuserd_ramdisk .
|
||||||
// This way, init can check if generic ramdisk copy exists.
|
// This way, init can check if generic ramdisk copy exists.
|
||||||
|
|
@ -265,6 +265,10 @@ cc_test {
|
||||||
name: "force-no-test-error",
|
name: "force-no-test-error",
|
||||||
value: "false",
|
value: "false",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "native-test-timeout",
|
||||||
|
value: "15m",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue