20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
[setup]
# Set launchwait to no to use the more agressive code that does not wait for the launch to complete before proceeding
# this may save a few milliseconds on launching tests
# launchwait no
# Use http instead of direct filesystem access
# transport http
# If set to "default" the old code is used. Otherwise defaults to 200 or uses
# numeric value given.
#
runqueue 20
|
>
|
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
[setup]
# Set launchwait to no to use the more agressive code that does not wait for the launch to complete before proceeding
# this may save a few milliseconds on launching tests
# launchwait no
# Use http instead of direct filesystem access
# transport http
transport fs
# If set to "default" the old code is used. Otherwise defaults to 200 or uses
# numeric value given.
#
runqueue 20
|