Files
UXP-Fixed/testing/mozbase/mozprocess/tests/process_waittimeout_10s_python.ini
T
2018-02-02 04:16:08 -05:00

17 lines
158 B
INI

; Generate a normal process tree
; Tree is of the form:
; main
; \_ c1
; \_ c2
[main]
children=c1
maxtime=10
[c1]
children=2*c2
maxtime=5
[c2]
maxtime=5