Skip to content

Commit

Permalink
in order to run tests in parallel each job needs to use its own temp …
Browse files Browse the repository at this point in the history
…space
  • Loading branch information
chenson42 committed Mar 12, 2014
1 parent 66689df commit 673afa5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions symmetric-core/src/test/resources/symmetric-test.properties
Expand Up @@ -62,6 +62,10 @@ compression.strategy=1
trigger.update.capture.changed.data.only.enabled=true
offline.node.detection.period.minutes=120
jobs.synchronized.enable=true

# set the tmp directory to the project where tests are running
java.io.tmpdir=target/tmp

#ip.filters=10.5-1.254-1.*,11.100.200-100.*, 100.50.*.*, 50.25.2.0/24

#auto.sync.configuration=false

0 comments on commit 673afa5

Please sign in to comment.