kopia lustrzana https://github.com/JOSM/MapWithAI
Increase timeout for tests, due to now making some network requests (not needed for actual test, due to implementation details)
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head v1.0.1
rodzic
d615475850
commit
5cfaed60fc
|
@ -24,7 +24,7 @@ import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
|
|||
public class MapWithAIPreferencesTest {
|
||||
@Rule
|
||||
@SuppressFBWarnings("URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")
|
||||
public JOSMTestRules test = new JOSMTestRules().preferences().main();
|
||||
public JOSMTestRules test = new JOSMTestRules().preferences().main().timeout(100_000);
|
||||
|
||||
private MapWithAIPreferences preferences;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue