Ignore:
Timestamp:
2016-01-23T23:02:53+01:00 (8 years ago)
Author:
Don-vip
Message:

increase timeout to avoid test failure (last run on jdk9 took 10.2 seconds)

File:
1 edited

Legend:

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

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