Skip to content

Commit edffbc4

Browse files
committedSep 4, 2014
Get org.openqa.selenium.SmallTests building with Buck.
Note: this includes a buck version bump in order to make things work.
1 parent 03feed0 commit edffbc4

File tree

48 files changed

+587
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+587
-49
lines changed
 

Diff for: ‎.buckconfig

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[test]
1111
# Maximum timeout of 1 minute per test.
1212
timeout = 60000
13+
run_transitive = false
1314

1415
[alias]
1516
chrome = //java/client/src/org/openqa/selenium/chrome:chrome

Diff for: ‎.buckjavaargs

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError

0 commit comments

Comments
 (0)
Please sign in to comment.