dumb-init/tests
Shengjing Zhu 0708f2779c Fix test on slow machines, increasing the sleep time
The original sleep time is too short, the tests failed on
architectures like mips*, armhf. I think it's because the
python interpreter can't start in 0.1s.

After increasing the sleep time, it passed on most architectures
which Debian supports.

The result can be found at:
https://buildd.debian.org/status/logs.php?pkg=dumb-init
(compare the build result of 1.2.2-1.1 and 1.2.2-1)

Signed-off-by: Shengjing Zhu <zhsj@debian.org>
2019-02-19 00:08:34 +08:00
..
__init__.py Rewrite tests in Python using pytest 2015-09-11 16:50:05 -07:00
child_processes_test.py Fix test on slow machines, increasing the sleep time 2019-02-19 00:08:34 +08:00
cli_test.py Fix signal number assertions on non-amd64 2016-08-01 08:40:48 -07:00
conftest.py Minor updates 2018-05-15 20:40:27 -07:00
exit_status_test.py Have Python kill itself instead of using /bin/kill 2016-08-26 13:24:51 -07:00
proxies_signals_test.py Clean up tests a bit 2016-06-17 12:47:34 -07:00
shell_background_test.py Be more generous with sleeps, add more test output on fail 2016-07-19 14:40:26 -07:00
test-zombies Set pipefail for test-zombies to not mask errors 2016-01-07 14:56:53 -08:00
tty_test.py Fix SIGHUP/SIGCONT race condition 2018-08-01 16:20:16 -07:00