1# test can be long: so increase the time until the test is interrupted
2# time in milliseconds
3ThreadTimeOut=50000000
4
5# wait for the Office to close: may be increased on slower machines
6# time in milliseconds
7OfficeCloseTime=5000
8
9# do not start an Office initially
10NoOffice=yes
11