gecko-dev/testing/mozbase/mozprocess/tests/process_waittimeout_10s.ini

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
158 B
INI
Raw Normal View History

; 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