Skip to content

Commit

Permalink
Adjusting timeout/threshold for bigRingSystem()
Browse files Browse the repository at this point in the history
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
johnmay authored and egonw committed Aug 1, 2013
1 parent 9a27d66 commit c648001
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ public void setStandAlone(boolean standAlone)
Assert.assertEquals(20, ringSet.getAtomContainerCount());
}

@Test(timeout=120000)
@Test(timeout=500)
public void testBigRingSystem() throws Exception {
Assume.assumeTrue(runSlowTests());

IRingSet ringSet = null;
AllRingsFinder arf = new AllRingsFinder();
AllRingsFinder arf = AllRingsFinder.usingThreshold(PubChem_994);

String filename = "data/mdl/ring_03419.mol";
InputStream ins = this.getClass().getClassLoader().getResourceAsStream(filename);
Expand Down

0 comments on commit c648001

Please sign in to comment.