Changeset 14529 in josm for trunk


Ignore:
Timestamp:
2018-12-09T00:34:01+01:00 (5 years ago)
Author:
Don-vip
Message:

see #16073 - increase timeout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/preferences/imagery/ImageryPreferenceTestIT.java

    r14528 r14529  
    5959    @Rule
    6060    @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")
    61     public JOSMTestRules test = new JOSMTestRules().https().preferences().projection().projectionNadGrids().timeout(10000*60);
     61    public JOSMTestRules test = new JOSMTestRules().https().preferences().projection().projectionNadGrids().timeout(10000*120);
    6262
    6363    private final Map<String, Map<ImageryInfo, List<String>>> errors = Collections.synchronizedMap(new TreeMap<>());
Note: See TracChangeset for help on using the changeset viewer.