Skip to content

Commit

Permalink
reduce sleep for example
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed Sep 30, 2024
1 parent 06a25b4 commit cea7f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/java/com/devcycle/examples/LocalExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ public static void main(String[] args) throws InterruptedException {
} else {
System.out.println("feature is NOT enabled");
}
Thread.sleep(1000000);
Thread.sleep(10000);
}
}

0 comments on commit cea7f7b

Please sign in to comment.