Skip to content

Commit

Permalink
Close #16
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingvord committed Mar 25, 2019
1 parent 61286f1 commit 4d06f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hzg/wpn/idl/PollDevStateAwaitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* @since 06.06.12
*/
public class PollDevStateAwaitor extends TangoDevStateAwaitor {
public static final long SLEEP_GRANULARITY = 100L;
public static final long SLEEP_GRANULARITY = 10L;

@Override
public void waitUntil(DevState targetState, long delay) {
Expand Down

0 comments on commit 4d06f5d

Please sign in to comment.