We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbd50c commit 1fb9fd9Copy full SHA for 1fb9fd9
src/test/java/org/usb4java/javax/ConfigTest.java
@@ -27,7 +27,7 @@ public void testDefaultConfiguration()
27
{
28
final Properties properties = new Properties();
29
final Config config = new Config(properties);
30
- assertEquals(2500, config.getTimeout());
+ assertEquals(5000, config.getTimeout());
31
assertEquals(500, config.getScanInterval());
32
}
33
0 commit comments