kumquat-buildroot/support
Adam Duskett 8e407fcc2b support/testing/tests/package/test_python_django.py: fix timeout calculation.
timeout = 35 * self.emulator.timeout_multiplier
[...]
        self.assertRunOk(cmd, timeout=timeout)

Gets re-multiplied by self.emulator.timeout_multiplier in self.emulator.run().
Drop multiplying the timeout by self.emulator.timeout_multiplier to fix this
issue.

Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 9a81c7a7a4)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-11-10 12:50:32 +01:00
..
config-fragments support/config-fragments/autobuild/br-arm-internal-glibc: update to bleeding edge components 2023-05-29 08:53:26 +02:00
dependencies support/dependencies: introduce BR2_HOST_CMAKE_AT_LEAST 2023-06-14 16:51:12 +02:00
docker support/docker: use APT::Retries in apt-get calls to retry 2023-02-07 18:14:59 +01:00
download support/download/git: fix shellcheck errors 2023-09-24 18:01:57 +02:00
gnuconfig
kconfig support/kconfig: fix compiler warnings 2021-10-06 21:11:09 +02:00
legal-info boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-07-28 23:05:23 +02:00
libtool
misc Update for 2023.02.6 2023-10-16 10:19:31 +02:00
scripts support/scripts/pkg-stats: fix typos 2023-09-14 10:24:02 +02:00
testing support/testing/tests/package/test_python_django.py: fix timeout calculation. 2023-11-10 12:50:32 +01:00