0c546828d6
2. Add a higher "launch_ap_timeout" for Mac because launching a newly built/downloaded AP can take a while. Signed-off-by: amzn-sj <srikkant@amazon.com>
13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
{
|
|
"Amazon": {
|
|
"AzCore": {
|
|
"Bootstrap": {
|
|
// The first time an application is launched on MacOS, each
|
|
// dynamic library is inspected by the OS before being loaded.
|
|
// This can take a while on some Macs.
|
|
"launch_ap_timeout": 300
|
|
}
|
|
}
|
|
}
|
|
}
|