1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testing/mozbase/mozprocess/tests/process_waittimeout_10s_python.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +; Generate a normal process tree 1.5 +; Tree is of the form: 1.6 +; main 1.7 +; \_ c1 1.8 +; \_ c2 1.9 + 1.10 +[main] 1.11 +children=c1 1.12 +maxtime=10 1.13 + 1.14 +[c1] 1.15 +children=2*c2 1.16 +maxtime=5 1.17 + 1.18 +[c2] 1.19 +maxtime=5