mirror of
https://github.com/aminya/setup-cpp
synced 2024-11-30 21:22:30 +08:00
8 lines
182 B
TypeScript
8 lines
182 B
TypeScript
/**
|
|
* The timeout to use for apt commands
|
|
* Wait up to 300 seconds if the apt-get lock is held
|
|
* @private Used internally
|
|
*/
|
|
|
|
export const aptTimeout = "Dpkg::Lock::Timeout=300"
|