commit | c6c8a1a32aceedc2af9d13f61250ab431f30e687 | [log] [tgz] |
---|---|---|
author | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Tue Aug 21 09:10:28 2012 +0000 |
committer | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Tue Aug 21 09:10:28 2012 +0000 |
tree | de224d1c98de04729130fc4c3ed9585c91819d27 | |
parent | a0cbaf80f3e79d17367a8e40fe16381bd062545d [diff] |
Fixed hanging test that had a working set greater than the buffercache (causing infinite wait). git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_inverted_index_updates_new@1849 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/edu/uci/ics/hyracks/storage/am/lsm/invertedindex/common/LSMInvertedIndexTestHarness.java b/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/edu/uci/ics/hyracks/storage/am/lsm/invertedindex/common/LSMInvertedIndexTestHarness.java index 4a85fad..5547980 100644 --- a/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/edu/uci/ics/hyracks/storage/am/lsm/invertedindex/common/LSMInvertedIndexTestHarness.java +++ b/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/edu/uci/ics/hyracks/storage/am/lsm/invertedindex/common/LSMInvertedIndexTestHarness.java
@@ -50,7 +50,7 @@ private static final long RANDOM_SEED = 50; private static final int DEFAULT_DISK_PAGE_SIZE = 256; - private static final int DEFAULT_DISK_NUM_PAGES = 1000; + private static final int DEFAULT_DISK_NUM_PAGES = 10000; private static final int DEFAULT_DISK_MAX_OPEN_FILES = 200; private static final int DEFAULT_MEM_PAGE_SIZE = 256; private static final int DEFAULT_MEM_NUM_PAGES = 200;