Skip to content

Commit fc1c1cc

Browse files
committed
Updated test timeout
1 parent 2e3da4b commit fc1c1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/securenative/config/ConfigurationManagerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ private static void setEnv(String name, String val) throws ReflectiveOperationEx
2626

2727
@Test
2828
@Order(1)
29-
@Timeout(value = 1000, unit = TimeUnit.MILLISECONDS)
29+
@Timeout(value = 3000, unit = TimeUnit.MILLISECONDS)
3030
@DisplayName("Should parse config file correctly")
3131
public void ParseConfigFileCorrectlyTest() throws SecureNativeConfigException {
3232
String config = String.join(System.getProperty("line.separator"),

0 commit comments

Comments
 (0)