summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/mozprocess/tests/process_waittimeout_10s_python.ini
blob: abf8d6a4eff450715ad8c6bcda7953c80de2d098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; 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