Skip to content

Commit

Permalink
Tone down test from 14G to 2G
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffclick committed Mar 10, 2014
1 parent 41b72df commit 8ca6061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/testdir_single_jvm_fvec/test_exec2_operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def setUpClass(cls):
SEED = h2o.setup_random_seed()
localhost = h2o.decide_if_localhost()
if (localhost):
h2o.build_cloud(1, java_heap_GB=14)
h2o.build_cloud(1, java_heap_GB=2)
else:
h2o_hosts.build_cloud_with_hosts(1)

Expand Down

0 comments on commit 8ca6061

Please sign in to comment.