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
Taylor Smock 2020-01-10 08:23:49 -07:00
rodzic d615475850
commit 5cfaed60fc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 625F6A74A3E4311A
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;