We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d8b89 commit d8f6418Copy full SHA for d8f6418
1 file changed
src/aima/test/logictest/foltest/FOLTFMResolutionTest.java
@@ -37,7 +37,7 @@ public void testHornClauseKBRingOfThievesQuerySkisXReturnsNancyRedBertDrew() {
37
// therefore give it 20 seconds to find the 4 answers to this, should
38
// be more than enough.
39
testHornClauseKBRingOfThievesQuerySkisXReturnsNancyRedBertDrew(new FOLTFMResolution(
40
- 30 * 1000));
+ 40 * 1000));
41
}
42
43
public void testFullFOLKBLovesAnimalQueryKillsCuriosityTunaSucceeds() {
@@ -65,7 +65,7 @@ public void testEqualityAxiomsKBabcAEqualsCSucceeds() {
65
66
public void testEqualityAndSubstitutionAxiomsKBabcdFFASucceeds() {
67
testEqualityAndSubstitutionAxiomsKBabcdFFASucceeds(new FOLTFMResolution(
68
69
70
71
// Note: Requires VM arguments to be:
0 commit comments