Changeset 9964 in josm
- Timestamp:
- 2016-03-11T22:03:34+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/AudioPlayerTest.java
r9669 r9964 19 19 public class AudioPlayerTest { 20 20 21 // We play wav files of about 4 seconds + pause, so define timeout at 1 2seconds22 private static final long MAX_DURATION = 1 2000;21 // We play wav files of about 4 seconds + pause, so define timeout at 16 seconds 22 private static final long MAX_DURATION = 16000; 23 23 24 24 /**
Note:
See TracChangeset
for help on using the changeset viewer.