Skip to content

Commit d8f6418

Browse files
author
ctjoreilly
committed
- increased timeout on a couple of the TFM tests for running on slower machines.
1 parent b3d8b89 commit d8f6418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/aima/test/logictest/foltest/FOLTFMResolutionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void testHornClauseKBRingOfThievesQuerySkisXReturnsNancyRedBertDrew() {
3737
// therefore give it 20 seconds to find the 4 answers to this, should
3838
// be more than enough.
3939
testHornClauseKBRingOfThievesQuerySkisXReturnsNancyRedBertDrew(new FOLTFMResolution(
40-
30 * 1000));
40+
40 * 1000));
4141
}
4242

4343
public void testFullFOLKBLovesAnimalQueryKillsCuriosityTunaSucceeds() {
@@ -65,7 +65,7 @@ public void testEqualityAxiomsKBabcAEqualsCSucceeds() {
6565

6666
public void testEqualityAndSubstitutionAxiomsKBabcdFFASucceeds() {
6767
testEqualityAndSubstitutionAxiomsKBabcdFFASucceeds(new FOLTFMResolution(
68-
30 * 1000));
68+
40 * 1000));
6969
}
7070

7171
// Note: Requires VM arguments to be:

0 commit comments

Comments
 (0)