Update step-notifier.groovy
authorRahmadi Trimananda <rahmadi.trimananda@uci.edu>
Wed, 7 Aug 2019 18:16:37 +0000 (11:16 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Wed, 7 Aug 2019 18:16:37 +0000 (11:16 -0700)
official/step-notifier.groovy

index e2c07fbe4e62c3a06f818956df949558b3f12f42..9993baa3b050669b67acfcb2b7f40fff96c40fda 100755 (executable)
@@ -260,7 +260,7 @@ def lightsNotification() {
     for (i in 1..flashCount) {
            
        lights.on()
-        pause(500)
+        //pause(500)
         lights.off()
                
     }