MCPcopy
hub / github.com/loks666/get_jobs / sleep

Method sleep

src/main/java/utils/SeleniumUtil.java:126–133  ·  view source on GitHub ↗
(int seconds)

Source from the content-addressed store, hash-verified

124 }
125
126 public static void sleep(int seconds) {
127 try {
128 TimeUnit.SECONDS.sleep(seconds);
129 } catch (InterruptedException e) {
130 Thread.currentThread().interrupt();
131 log.error("Sleep was interrupted", e);
132 }
133 }
134
135 public static void sleepByMilliSeconds(int milliSeconds) {
136 try {

Callers 15

LoginMethod · 0.95
pageMethod · 0.95
submitJobMethod · 0.95
submitMethod · 0.95
submitJobsMethod · 0.95
loginMethod · 0.95
resumeSubmissionMethod · 0.95
isLimitMethod · 0.95
loginMethod · 0.95
scanLoginMethod · 0.95
mainMethod · 0.80
resumeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected