summaryrefslogtreecommitdiff
path: root/dumb-init.sleep.patch
blob: b98861acd351b3c44fe1ffb4baf30b2197769d7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/child_processes_test.py b/tests/child_processes_test.py
index d04bf3a..d478974 100644
--- a/tests/child_processes_test.py
+++ b/tests/child_processes_test.py
@@ -80,7 +80,7 @@ def spawn_process_which_dies_with_children():
             # we need to sleep before the shell exits, or dumb-init might send
             # TERM to print_signals before it has had time to register custom
             # signal handlers
-            '{python} -m testing.print_signals & sleep 0.1'.format(
+            '{python} -m testing.print_signals & sleep 1'.format(
                 python=sys.executable,
             ),
         ),