Skip to content

Commit

Permalink
Reduced the number of intervals. This should be the final fix
Browse files Browse the repository at this point in the history
git-svn-id: https://database.cs.brown.edu/svn/hstore/trunk@2216 7a8f3d5b-8c5f-44cb-9125-2414a256df87
  • Loading branch information
apavlo committed Jul 11, 2011
1 parent 3a9752e commit 9299475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/frontend/edu/brown/workload/TestWorkloadFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class TestWorkloadFile extends BaseTestCase {
protected static final int WORKLOAD_XACT_LIMIT = 5000;
protected static final int NUM_PARTITIONS = 10;
protected static final int BASE_PARTITION = 0;
protected static final int NUM_INTERVALS = 100;
protected static final int NUM_INTERVALS = 50;

// Reading the workload takes a long time, so we only want to do it once
protected static Workload workload;
Expand Down

0 comments on commit 9299475

Please sign in to comment.