Changeset 9964 in josm for trunk


Ignore:
Timestamp:
2016-03-11T22:03:34+01:00 (8 years ago)
Author:
Don-vip
Message:

increase audio player test timeout, since we just got a run that took 12.2 seconds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/tools/AudioPlayerTest.java

    r9669 r9964  
    1919public class AudioPlayerTest {
    2020
    21     // We play wav files of about 4 seconds + pause, so define timeout at 12 seconds
    22     private static final long MAX_DURATION = 12000;
     21    // We play wav files of about 4 seconds + pause, so define timeout at 16 seconds
     22    private static final long MAX_DURATION = 16000;
    2323
    2424    /**
Note: See TracChangeset for help on using the changeset viewer.