Posts by Michel Adriano Medeiros • 1 point
1 post
-
0
votes2
answers3102
viewsA: How to put a wait time for the code to run?
Utilizes the Timeunit https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/TimeUnit.html TimeUnit.SECONDS.sleep(30); In the parameter just put how many seconds should be expected to…