Skip to content

Commit af06b0d

Browse files
committed
fix: unit test failure
1 parent 48fcb69 commit af06b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/fattest.simplicity/test/componenttest/topology/database/container/DatabaseContainerFactoryTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2023, 2024 IBM Corporation and others.
2+
* Copyright (c) 2023, 2025 IBM Corporation and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at
@@ -49,7 +49,7 @@ public void testDB2ContainerCreation() throws Exception {
4949
Duration startupTimeout = getField(LogMessageWaitStrategy.class, _waitStrategy, "startupTimeout", Duration.class);
5050
if (startupTimeout.toMinutes() == 5) {
5151
assertTrue(FATRunner.FAT_TEST_LOCALRUN && !FATRunner.ARM_ARCHITECTURE);
52-
} else if (startupTimeout.toMinutes() == 25) {
52+
} else if (startupTimeout.toMinutes() == 35) {
5353
assertFalse(FATRunner.FAT_TEST_LOCALRUN && !FATRunner.ARM_ARCHITECTURE);
5454
} else {
5555
fail("Unexpected startupTimeout " + startupTimeout.toMinutes() + " should have been either 5 or 15 minutes");

0 commit comments

Comments
 (0)