Skip to content

Commit

Permalink
[Terry N.] incr. max time
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Dec 5, 2024
1 parent e3f84b4 commit 2a0c00c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ else if (fileName.startsWith("SUMO_")) {
@Test
public void testInitializationTime() {

assertTrue("Actual time = " + IntegrationTestBase.totalKbMgrInitTime, IntegrationTestBase.totalKbMgrInitTime < 110000);
assertTrue("Actual time = " + IntegrationTestBase.totalKbMgrInitTime, IntegrationTestBase.totalKbMgrInitTime < 120000);
// Just in case something whacky is going on, make sure it's greater than some minimum, too.
assertTrue("Actual time = " + IntegrationTestBase.totalKbMgrInitTime, IntegrationTestBase.totalKbMgrInitTime > 10000);
}
Expand Down

0 comments on commit 2a0c00c

Please sign in to comment.