| /buildroot/support/testing/tests/package/ |
| A D | test_python_jc.py | 13 timeout = 60 variable in TestPythonPy3Jc 18 self.assertRunOk(cmd, timeout=self.timeout) 20 self.assertRunOk(cmd, timeout=self.timeout) 22 self.assertRunOk(cmd, self.timeout)
|
| A D | test_python_django.py | 11 timeout = 35 14 self.assertRunOk(cmd, timeout=timeout) 17 output, exit_code = self.emulator.run(cmd, timeout=timeout) 22 self.assertRunOk(cmd, timeout=timeout)
|
| A D | test_python_flask.py | 14 timeout = 60 variable in TestPythonPy3Flask 21 _, exit_code = self.emulator.run(cmd, timeout=self.timeout) 28 output, exit_code = self.emulator.run(cmd, timeout=self.timeout)
|
| A D | test_python_fastapi.py | 31 timeout = 60 variable in TestPythonPy3Fastapi 38 _, exit_code = self.emulator.run(cmd, timeout=self.timeout) 45 output, exit_code = self.emulator.run(cmd, timeout=self.timeout)
|
| A D | test_python_flask_expects_json.py | 17 timeout = 60 variable in TestPythonPy3FlaskExpectsJson 22 output, exit_code = self.emulator.run(cmd, timeout=self.timeout) 31 _, exit_code = self.emulator.run(cmd, timeout=self.timeout)
|
| A D | test_wine.py | 59 self.assertRunOk("wineboot --init", timeout=45) 63 self.assertRunOk(cmd, timeout=10) 69 out, ret = self.emulator.run(cmd, timeout=10) 77 out, ret = self.emulator.run(cmd, timeout=10) 83 out, ret = self.emulator.run(cmd, timeout=10) 88 self.assertRunOk("wine ping.exe 127.0.0.1", timeout=10)
|
| A D | test_python.py | 21 def version_test(self, version, timeout=-1): argument 23 self.assertRunOk(cmd, timeout) 25 def math_floor_test(self, timeout=-1): argument 27 self.assertRunOk(cmd, timeout) 29 def libc_time_test(self, timeout=-1): argument 34 self.assertRunOk(cmd, timeout) 36 def zlib_test(self, timeout=-1): argument 38 _, exit_code = self.emulator.run(cmd, timeout) 112 timeout = -1 variable in TestPythonPackageBase 132 self.assertRunOk(cmd, timeout=self.timeout)
|
| A D | test_bats.py | 31 self.assertRunOk("bats /root/test-bats-core.bats", timeout=5) 32 self.assertRunOk("bats /root/test-bats-assert.bats", timeout=5) 33 self.assertRunOk("bats /root/test-bats-file.bats", timeout=5)
|
| A D | test_cryptsetup.py | 73 self.assertRunOk(cmd, timeout=30) 84 self.assertRunOk(luks_open_cmd, timeout=10) 87 self.assertRunOk(f"mke2fs -T ext4 {dm_dev}", timeout=10) 106 self.assertRunOk(f"grep -Fq '{msg}' {dm_dev}", timeout=10) 113 _, ret = self.emulator.run(f"grep -Fq '{msg}' {dev}", timeout=10) 120 _, ret = self.emulator.run(cmd, timeout=10) 128 self.assertRunOk(luks_open_cmd, timeout=10)
|
| A D | test_python_mako.py | 12 timeout = 30 variable in TestPythonPy3Mako 25 timeout = 30 variable in TestPythonPy3MakoExt
|
| A D | test_python_magic_wormhole.py | 18 timeout = 60 variable in TestPythonPy3MagicWormhole 42 self.assertRunOk(cmd, timeout=30) 45 self.assertRunOk(cmd, timeout=30) 60 output, exit_code = self.emulator.run(cmd, timeout=35)
|
| A D | test_python_pytest.py | 18 self.assertRunOk(cmd, timeout=self.timeout)
|
| A D | test_python_pytest_asyncio.py | 19 self.assertRunOk(cmd, timeout=self.timeout)
|
| A D | test_zfs.py | 7 timeout = 60 * 3 variable in TestZfsBase 61 self.assertRunOk(cmd, timeout=self.timeout)
|
| A D | test_avocado.py | 21 self.assertRunOk(cmd, timeout=30) 23 self.assertRunOk(cmd, timeout=30)
|
| A D | test_firewalld.py | 43 self.emulator.login(timeout=120) 58 output, exit_code = self.emulator.run(cmd, timeout=10) 98 self.emulator.login(timeout=120) 100 output, exit_code = self.emulator.run(cmd, timeout=10)
|
| A D | test_ruby.py | 19 def zlib_test(self, timeout=-1): argument 21 _, exit_code = self.emulator.run(cmd, timeout)
|
| /buildroot/package/python-async-timeout/ |
| A D | Config.in | 2 bool "python-async-timeout" 5 asyncio-compatible timeout context manager. 7 https://github.com/aio-libs/async-timeout
|
| A D | python-async-timeout.hash | 1 # md5, sha256 from https://pypi.org/pypi/async-timeout/json 2 md5 9bf7b764a7310cb063c1c261c21342e4 async-timeout-4.0.3.tar.gz 3 sha256 4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f async-timeout-4.0.3.tar.gz
|
| /buildroot/package/fluent-bit/ |
| A D | S99fluent-bit | 37 timeout=6 39 [ $timeout -eq 0 ] && status=1 && break 40 timeout=$((timeout - 1))
|
| /buildroot/support/testing/infra/ |
| A D | emulator.py | 78 timeout=5 * self.timeout_multiplier, 87 def login(self, password=None, timeout=60): argument 91 timeout=timeout * self.timeout_multiplier) 109 def run(self, cmd, timeout=-1): argument 111 if timeout != -1: 112 timeout *= self.timeout_multiplier 113 self.qemu.expect("# ", timeout=timeout)
|
| /buildroot/support/scripts/ |
| A D | boot-qemu-image.py | 28 timeout=50, encoding='utf-8', 39 child.expect(["buildroot login:"], timeout=600) 61 child.expect(["# "], timeout=600) 72 child.expect(["System halted"], timeout=600)
|
| /buildroot/package/systemd/boot-files/ |
| A D | loader.conf | 1 timeout 3
|
| /buildroot/support/download/ |
| A D | cvs | 43 printf '%s ' timeout 10m "${CVS}" "${@}"; printf '\n' 50 eval timeout 10m ${CVS} "${@}"
|
| /buildroot/support/testing/tests/init/ |
| A D | test_none.py | 17 …tor.qemu.expect(["/bin/sh: can't access tty; job control turned off", pexpect.TIMEOUT], timeout=60) 21 index = self.emulator.qemu.expect(["#", pexpect.TIMEOUT], timeout=60)
|