Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhn committed Apr 22, 2020
1 parent bb7b9d2 commit 90effc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ setInterval(_ => {
console.log(workData);

// Reduce waiting time to retrieve new work unit
// When the client is paused then unpaused,
// the waiting time will reduce significantly.
if (workData.waitingon === 'WS Assignment' &&
minuteValue(workData.nextattempt) > 0) {
browser.elements.btnStop.click();
Expand Down

0 comments on commit 90effc9

Please sign in to comment.