File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/aima/test/logictest/foltest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments