poky/bitbake/lib/bb
Ross Burton ce323dd1a9 bitbake: knotty: reduce keep-alive timeout from 5000s (83 minutes) to 10 minutes
The keep alive timeout is excessively long at 83 minutes (5000 seconds),
reduce this to 10 minutes: this should be long enough that it rarely
triggers in normal builds, but when it does it has useful information.

(Bitbake rev: c2d8f9b2137bd4a98eb0f51519493131773e7517)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dcf52157d3635925491783be656c6b76d1efe1a4)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-04-30 07:33:59 +01:00
..
asyncrpc bitbake: async: Close sync client event loop 2021-10-11 11:00:06 +01:00
compress bitbake: bitbake: Add piping compression library 2021-07-20 18:59:18 +01:00
fetch2 bitbake: fetch2: ssh: username and password are optional 2022-03-14 13:33:35 +00:00
parse bitbake: Revert "parse/ast: Show errors for append/prepend/remove operators combined with +=/.=" 2021-11-08 23:40:59 +00:00
pysh bitbake: pyshyacc: allow double COMMA statements 2020-07-12 11:53:00 +01:00
server bitbake: server/process: Disable gc around critical section 2022-04-16 23:03:51 +01:00
tests bitbake: tests/fetch: Handle upstream master -> main branch change 2022-02-23 18:12:24 +00:00
ui bitbake: knotty: reduce keep-alive timeout from 5000s (83 minutes) to 10 minutes 2022-04-30 07:33:59 +01:00
__init__.py bitbake: bitbake: Bump to version 1.52.0 2021-10-11 11:06:18 +01:00
build.py bitbake: build: Tweak exception handling for setscene tasks 2022-03-24 11:05:16 +00:00
cache_extra.py bitbake: bitbake: Strip old editor directives from file headers 2019-05-04 10:44:10 +01:00
cache.py bitbake: bitbake: correct the collections vs collections.abc deprecation 2021-09-17 07:26:23 +01:00
checksum.py bitbake: lib: remove unused imports 2020-01-19 13:31:05 +00:00
codeparser.py bitbake: codeparser: Fix TypeError in bitbake debug mode 2021-03-15 21:47:42 +00:00
command.py bitbake: cooker/command: Add a dummy event for tinfoil testing 2021-09-26 16:35:00 +01:00
cooker.py bitbake: cooker: Improve parsing failure from handled exception usability 2022-03-14 13:33:35 +00:00
cookerdata.py bitbake: cookerdata: Show a readable error for invalid multiconfig name 2021-09-19 11:33:14 +01:00
COW.py bitbake: COW: migrate test suite into tests/cow 2020-09-02 16:01:05 +01:00
daemonize.py bitbake: lib: fix most undefined code picked up by pylint 2020-08-25 18:14:53 +01:00
data_smart.py bitbake: data_smart: Fix overrides file/line message additions 2022-03-14 13:33:35 +00:00
data.py bitbake: data: Ensure functions are defined in a deterministic order 2021-10-03 00:37:27 +01:00
event.py bitbake: runqueue/event: Add an event for notifying of stale setscene tasks 2021-03-23 22:51:25 +00:00
exceptions.py bitbake: bitbake: Add initial pass of SPDX license headers to source code 2019-05-04 10:44:04 +01:00
main.py bitbake: bitbake: drop old rules for python warnings 2021-09-17 07:26:23 +01:00
methodpool.py bitbake: bitbake: Strip old editor directives from file headers 2019-05-04 10:44:10 +01:00
monitordisk.py bitbake: monitordisk: remove unused function parameter 2020-10-30 13:26:16 +00:00
msg.py bitbake: msg: use safe YAML loader 2020-12-10 13:39:15 +00:00
namedtuple_with_abc.py bitbake: lib: fix most undefined code picked up by pylint 2020-08-25 18:14:53 +01:00
persist_data.py bitbake: bitbake: correct the collections vs collections.abc deprecation 2021-09-17 07:26:23 +01:00
process.py bitbake: process: Do not mix stderr with stdout 2022-01-05 17:36:26 +00:00
progress.py bitbake: progress: LineFilterProgressHandler - Handle parsing line which ends with CR only 2021-05-01 22:51:06 +01:00
providers.py bitbake: providers: Use new override syntax when handling pn- "override" 2021-08-27 11:54:59 +01:00
remotedata.py bitbake: tinfoil: Simplify remote datastore connections 2020-03-24 22:01:03 +00:00
runqueue.py bitbake: runqueue: Fix runall option handling 2021-11-12 17:27:58 +00:00
siggen.py bitbake: siggen: Fix sorting in diff output 2021-09-26 14:37:34 +01:00
taskdata.py bitbake: logging: Make bitbake logger compatible with python logger 2021-02-10 23:48:16 +00:00
tinfoil.py bitbake: tinfoil/data_smart: Allow variable history emit() to function remotely 2021-04-18 11:38:22 +01:00
utils.py bitbake: utils: Ensure shell function failure in python logging is correct 2022-03-14 13:33:35 +00:00